mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
FIX: Stack name warning
This commit is contained in:
parent
c6717f1906
commit
5960fa57da
@ -340,7 +340,11 @@ const ReorderWalletsStackRoot = () => {
|
||||
|
||||
return (
|
||||
<ReorderWalletsStack.Navigator name="ReorderWalletsRoot" screenOptions={{ headerShadowVisible: false }}>
|
||||
<ReorderWalletsStack.Screen name="ReorderWallets" component={ReorderWallets} options={ReorderWallets.navigationOptions(theme)} />
|
||||
<ReorderWalletsStack.Screen
|
||||
name="ReorderWalletsScreen"
|
||||
component={ReorderWallets}
|
||||
options={ReorderWallets.navigationOptions(theme)}
|
||||
/>
|
||||
</ReorderWalletsStack.Navigator>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user