chore: remove nohoist from example

This commit is contained in:
Satyajit Sahoo
2020-01-09 02:27:33 +01:00
parent e6fade010b
commit a23dfd419d
18 changed files with 214 additions and 211 deletions

View File

@@ -1,3 +1,6 @@
import 'react-native-gesture-handler';
import { registerRootComponent } from 'expo';
export { default } from './src/index';
import App from './src/index';
registerRootComponent(App);