We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear I try to make new props of this project, how can i upload
<EventCalendar start={5} end={23} format24h={true} isShowTopEvent={true} //Shop Top Event or not sizeTopEvents={2} // number of events show on TOP heightTopEvents={26} // height of event on TOP //showMoreIcon = {icon} //showLessIcon = {icon} dateChanged={_onDateChange} eventTapped={_eventTapped} events={events} width={DEVICE_WIDTH} initDate={initDate} scrollToFirst={true} bottomMenuBottom={50} bottomMenuHeight={50} isLoading={isLoading} // render Bottom Menu, can add button to add new calendar or setting renderBottomMenu={<View style={{flexDirection: "row", alignContent: "center", alignItems: "center", padding: 2}}> <View style={{ flex: 3, borderWidth: 1, borderColor: "#000000", alignContent: "center", alignItems: "center", padding: 2 }}><Text>Menu1</Text></View> <View style={{ flex: 3, borderWidth: 1, borderColor: "#000000", alignContent: "center", alignItems: "center", padding: 2 }}><Text>Menu1</Text></View> <View style={{ flex: 3, borderWidth: 1, borderColor: "#000000", alignContent: "center", alignItems: "center", padding: 2 }}><Text>Menu1</Text></View> <View style={{ flex: 3, borderWidth: 1, borderColor: "#000000", alignContent: "center", alignItems: "center", padding: 2 }}><Text>Menu1</Text></View> </View>} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear
I try to make new props of this project, how can i upload
The text was updated successfully, but these errors were encountered: