Add state management
This commit is contained in:
+4
-4
@@ -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'),
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user