Initial commit

Generated by create-react-native-app 3.6.0.
This commit is contained in:
talksik
2021-06-01 17:59:14 +04:00
commit 59c699455e
58 changed files with 10790 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import 'react-native-gesture-handler';
import { registerRootComponent } from 'expo';
import App from './App';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in Expo Go or in a native build,
// the environment is set up appropriately
registerRootComponent(App);