Created
April 11, 2022 04:32
-
-
Save xiongemi/311b2bb2d3adb1b5e0dbf63b9ffcb484 to your computer and use it in GitHub Desktop.
react native web main file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { AppRegistry } from 'react-native'; | |
// eslint-disable-next-line @nrwl/nx/enforce-module-boundaries | |
import App from '../../studio-ghibli-search-engine-mobile/src/app/App'; | |
AppRegistry.registerComponent('main', () => App); | |
AppRegistry.runApplication('main', { | |
rootTag: document.getElementById('root'), | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment