christopherdro / react-native-calendar

[DEPRECATED] Calendar Component for React Native
MIT License
536 stars 244 forks source link

Slow inside drawer menu #145

Closed hyochan35 closed 7 years ago

hyochan35 commented 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, });