mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-26 09:14:22 +08:00
chore: disable react-native-screens in the example for now
This commit is contained in:
@@ -31,7 +31,7 @@ import {
|
||||
// Comment the following two lines to stop using react-native-screens
|
||||
import { useScreens } from 'react-native-screens';
|
||||
|
||||
useScreens();
|
||||
useScreens(false);
|
||||
|
||||
// Change `false` to `true` to force RTL. Requires closing and re-opening
|
||||
// your app after you first load it with this option enabled.
|
||||
|
||||
Reference in New Issue
Block a user