All other animation in app work fine, but I am getting a huge delay in the IOS simulator and a slight delay on device during page transition.
the code is posted here: https://github.com/aaronksaunders/ReactParseExample/blob/master/App/Components/SessionDetail.js
The previous page that is rendering the page with the map is as follows:
this.props.navigator.push({//title: this.getTitle(earthquake.humanReadableLocation),component: SessionDetail,passProps: {session: session,navigator: this.props.navigator},navigationBar: <NavigationBartitle='Session Detail'/>});I am using the react-native-navbar, if that helps
Here is a video of the delay: http://bit.ly/1bHUlcl
All other animation in app work fine, but I am getting a huge delay in the IOS simulator and a slight delay on device during page transition.
the code is posted here: https://github.com/aaronksaunders/ReactParseExample/blob/master/App/Components/SessionDetail.js
The previous page that is rendering the page with the map is as follows:
I am using the react-native-navbar, if that helps
Here is a video of the delay: http://bit.ly/1bHUlcl