Skip to content

Slow Rendering of MapView #1029

Description

@aaronksaunders

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions