Created
June 9, 2017 14:29
-
-
Save kelset/8761eb516489354f612f96c2bb1511d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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