Closed hyochan35 closed 7 years ago
I've used this Calendar view in in drawer-menu from https://github.com/Tinysymphony/react-native-drawer-menu.
When I do "this.refs.drawer.openDrawer();" when button clicked, It's really slow. When I get rid of your calendar view, it is fast again.
What is a problem?
It is especially slow when I use setState({.... like below. this.setState({ drawerIsOpened: true, });
I've used this Calendar view in in drawer-menu from https://github.com/Tinysymphony/react-native-drawer-menu.
When I do "this.refs.drawer.openDrawer();" when button clicked, It's really slow. When I get rid of your calendar view, it is fast again.
What is a problem?
It is especially slow when I use setState({.... like below. this.setState({ drawerIsOpened: true, });