about summary refs log tree commit diff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/index.js b/src/index.js
deleted file mode 100644
index 45a06f40a..000000000
--- a/src/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- * @format
- */
-
-import {AppRegistry} from 'react-native'
-import App from './App'
-
-AppRegistry.registerComponent('App', () => App)
-
-AppRegistry.runApplication('App', {
-  rootTag: document.getElementById('root'),
-})