Created
July 8, 2018 16:40
-
-
Save bogoslavskiy/385d6fc29f965a274f76da5da65387ef 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() { | |
return ( | |
<SearchBarProvider currentTab={this.state.currentTab}> | |
{(animation, { canJumpToTab }) => | |
<View style={initialLayout}> | |
{Platform.OS === 'android' && | |
<StatusBar | |
translucent={true} | |
backgroundColor="transparent" | |
/> | |
} | |
[...] | |
</View> | |
} | |
</SearchBarProvider> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment