Skip to content

Instantly share code, notes, and snippets.

@bogoslavskiy
Created July 8, 2018 16:40
Show Gist options
  • Save bogoslavskiy/385d6fc29f965a274f76da5da65387ef to your computer and use it in GitHub Desktop.
Save bogoslavskiy/385d6fc29f965a274f76da5da65387ef to your computer and use it in GitHub Desktop.
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