about summary refs log tree commit diff
path: root/index.native.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-09 11:29:22 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-09 11:29:22 -0500
commiteffe3d6b59bcbc2288528021ba73f1596bcf8a1c (patch)
tree50323928dd91505df27d53eeae7f6f52db2df791 /index.native.js
parent35556a84b233a3f8feb63b4465c8b9e5e8fc50c0 (diff)
downloadvoidsky-effe3d6b59bcbc2288528021ba73f1596bcf8a1c.tar.zst
Rename mobile start-point index.js to avoid build issues
Diffstat (limited to 'index.native.js')
-rw-r--r--index.native.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/index.native.js b/index.native.js
deleted file mode 100644
index 2d2c9ca44..000000000
--- a/index.native.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * @format
- */
-
-import {AppRegistry} from 'react-native'
-import App from './src/App'
-import {name as appName} from './src/app.json'
-
-AppRegistry.registerComponent(appName, () => App)