I want to wrap my entire navigation stuff inside the following boilerplate:
<ScrollView showsVerticalScrollIndicator={false}>
<View>
<View>
<Navbar />
</View>
<View style={styles.bodyWrapper}>
// Navigation setup here
</View>
</View>
</ScrollView>
Is it possible to achieve?
Docs: https://wix.github.io/react-native-navigation/#/docs/top-level-api-migration?id=registering-screens-with-wrapping-provider-component
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the react-native-navigation tag.
Thanks @retyui
Most helpful comment
Docs: https://wix.github.io/react-native-navigation/#/docs/top-level-api-migration?id=registering-screens-with-wrapping-provider-component