about summary refs log tree commit diff
path: root/index.native.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-09 13:03:25 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-09 13:03:25 -0500
commitd6942bffab68ce80d5cb26b42710dd9276f62ded (patch)
tree309f8d64f95d526d3cae6c00611c93b04f12944e /index.native.js
parent92ca49ab9a309510a5503a4df6a0ebcfba30f918 (diff)
downloadvoidsky-d6942bffab68ce80d5cb26b42710dd9276f62ded.tar.zst
Add state management
Diffstat (limited to 'index.native.js')
-rw-r--r--index.native.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.native.js b/index.native.js
index c39990524..2d2c9ca44 100644
--- a/index.native.js
+++ b/index.native.js
@@ -2,8 +2,8 @@
  * @format
  */
 
-import {AppRegistry} from 'react-native';
-import App from './src/App';
-import {name as appName} from './src/app.json';
+import {AppRegistry} from 'react-native'
+import App from './src/App'
+import {name as appName} from './src/app.json'
 
-AppRegistry.registerComponent(appName, () => App);
+AppRegistry.registerComponent(appName, () => App)