Skip to content
New issue

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

I update more props, how to upload to this project #74

Open
techmodule opened this issue Sep 28, 2021 · 0 comments
Open

I update more props, how to upload to this project #74

techmodule opened this issue Sep 28, 2021 · 0 comments

Comments

@techmodule
Copy link

techmodule commented Sep 28, 2021

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>}
        />

Simulator Screen Shot - iPhone 12 mini - 2021-09-28 at 14 07 08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant