Update Navigation.js

This commit is contained in:
marcosrdz 2020-09-25 13:02:43 -04:00 committed by Overtorment
parent 94b7f0623b
commit 692d6bd580

View file

@ -100,7 +100,7 @@ const defaultStackScreenOptions =
const WalletsStack = createStackNavigator();
const WalletsRoot = () => (
<WalletsStack.Navigator>
<WalletsStack.Navigator {...(Platform.OS === 'android' ? { screenOptions: { defaultScreenOptions } } : null)}>
<WalletsStack.Screen name="WalletsList" component={WalletsList} options={WalletsList.navigationOptions} />
<WalletsStack.Screen name="WalletTransactions" component={WalletTransactions} options={WalletTransactions.navigationOptions} />
<WalletsStack.Screen name="WalletDetails" component={WalletDetails} options={WalletDetails.navigationOptions} />