mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update Navigation.js
This commit is contained in:
parent
94b7f0623b
commit
692d6bd580
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Reference in a new issue