Closed deepakkumardk closed 8 months ago
Add props support in RNNano to incorporate NavigationContanier & StackNavigator rest props.
props
example -
<RNNano screens={AllScreens} customModules={customModules} props={{ navigationContainerProps: { // }, stackNavigatorProps: { screenOptions: { headerStyle: { backgroundColor: 'red', }, headerTintColor: 'white', headerTitleStyle: { fontWeight: 'bold', }, headerTitleAlign: 'center', }, }, }} />
Add
props
support in RNNano to incorporate NavigationContanier & StackNavigator rest props.example -