React-native-navigation: How do you define global layout with react-native-navigation?

Created on 22 Mar 2019  ·  3Comments  ·  Source: wix/react-native-navigation

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?

questiostack overflow

Most helpful comment

Docs: https://wix.github.io/react-native-navigation/#/docs/top-level-api-migration?id=registering-screens-with-wrapping-provider-component

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

viper4595 picture viper4595  ·  3Comments

zagoa picture zagoa  ·  3Comments

charlesluo2014 picture charlesluo2014  ·  3Comments

birkir picture birkir  ·  3Comments

henrikra picture henrikra  ·  3Comments