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 --- src/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 52c30a178..45a06f40a 100644 --- a/src/index.js +++ b/src/index.js @@ -2,11 +2,11 @@ * @format */ -import {AppRegistry} from 'react-native'; -import App from './App'; +import {AppRegistry} from 'react-native' +import App from './App' -AppRegistry.registerComponent('App', () => App); +AppRegistry.registerComponent('App', () => App) AppRegistry.runApplication('App', { rootTag: document.getElementById('root'), -}); +}) -- cgit 1.4.1