mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
change index
This commit is contained in:
@@ -36,8 +36,8 @@ const ModalNavigator = ({onStateChange}) => {
|
|||||||
canGoBack: true,
|
canGoBack: true,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Stack.Screen name="Notes" component={Notes} />
|
|
||||||
<Stack.Screen name="Notebook" component={Notebook} />
|
<Stack.Screen name="Notebook" component={Notebook} />
|
||||||
|
<Stack.Screen name="Notes" component={Notes} />
|
||||||
</Stack.Navigator>
|
</Stack.Navigator>
|
||||||
</NavigationContainer>
|
</NavigationContainer>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user