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

birkir picture birkir  路  3Comments

switchtrue picture switchtrue  路  3Comments

no23reason picture no23reason  路  3Comments

yedidyak picture yedidyak  路  3Comments

kiroukou picture kiroukou  路  3Comments