Skip to content

Instantly share code, notes, and snippets.

@ide
Created October 19, 2015 06:12
Show Gist options
  • Save ide/61455844ba3f483060b5 to your computer and use it in GitHub Desktop.
Save ide/61455844ba3f483060b5 to your computer and use it in GitHub Desktop.
An example of setting up ExRoute
render() {
let navigationBarHeight = 64;
return (
<ExNavigator
initialRoute={homeRoute}
style={{ flex: 1 }}
sceneStyle={{ paddingTop: navigationBarHeight }}
/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment