From d6942bffab68ce80d5cb26b42710dd9276f62ded Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 9 Jun 2022 13:03:25 -0500 Subject: Add state management --- index.native.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.native.js') 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) -- cgit 1.4.1