mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-26 09:14:22 +08:00
Clean up transitioner a bit, fix issue where state is invalid and warn
This commit is contained in:
@@ -15,6 +15,7 @@ import ModalStack from './src/ModalStack';
|
||||
import LifecycleInteraction from './src/LifecycleInteraction';
|
||||
import GestureInteraction from './src/GestureInteraction';
|
||||
import SwitchWithStacks from './src/SwitchWithStacks';
|
||||
import StackWithDrawer from './src/StackWithDrawer';
|
||||
|
||||
// Comment the following two lines to stop using react-native-screens
|
||||
import { useScreens } from 'react-native-screens';
|
||||
@@ -48,6 +49,11 @@ const data = [
|
||||
title: 'Switch with Stacks',
|
||||
routeName: 'SwitchWithStacks',
|
||||
},
|
||||
{
|
||||
component: StackWithDrawer,
|
||||
title: 'Stack with drawer inside',
|
||||
routeName: 'StackWithDrawer',
|
||||
},
|
||||
];
|
||||
|
||||
// Cache images
|
||||
|
||||
Reference in New Issue
Block a user