Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -10,8 +10,11 @@ | @@ -10,8 +10,11 @@ | ||
| 10 | 10 | ||
| 11 | import React from 'react'; | 11 | import React from 'react'; |
| 12 | import { DarkModeProvider } from 'react-native-dark-mode'; | 12 | import { DarkModeProvider } from 'react-native-dark-mode'; |
| 13 | +import { enableScreens } from 'react-native-screens'; | ||
| 13 | import AppNavigationContainer from './src/screen/AppNavigationContainer'; | 14 | import AppNavigationContainer from './src/screen/AppNavigationContainer'; |
| 14 | 15 | ||
| 16 | +enableScreens(); | ||
| 17 | + | ||
| 15 | const App = () => { | 18 | const App = () => { |
| 16 | return ( | 19 | return ( |
| 17 | <DarkModeProvider> | 20 | <DarkModeProvider> |
-
Please register or login to post a comment