aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index a850d031..4117260f 100644
--- a/index.js
+++ b/index.js
@@ -2,8 +2,9 @@
* @format
*/
+import 'react-native-gesture-handler';
import {AppRegistry} from 'react-native';
-import App from './App';
+import App from './src';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);