Skip to content

Instantly share code, notes, and snippets.

@kelset
Created June 9, 2017 14:29
Show Gist options
  • Save kelset/8761eb516489354f612f96c2bb1511d6 to your computer and use it in GitHub Desktop.
Save kelset/8761eb516489354f612f96c2bb1511d6 to your computer and use it in GitHub Desktop.
render() {
const { showsUserLocation, region } = this.state;
const { navigation } = this.props;
if (navigation.firstTabBar && navigation.firstTabBar.index === 3) {
return this.renderFullMap(showsUserLocation, region);
}
return this.renderLightMap(showsUserLocation, region);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment