chore: disable react-native-screens in the example for now

This commit is contained in:
satyajit.happy
2019-06-14 19:09:42 +02:00
parent 2f6576636a
commit 982c2f1378

View File

@@ -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.