Created
September 16, 2018 18:46
-
-
Save janhesters/2c2027bcc9e25757e1cf4bd3eeb1103e to your computer and use it in GitHub Desktop.
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"; | |
import App from "./app/App"; | |
import { name as appName } from "./app.json"; | |
AppRegistry.registerComponent(appName, () => App); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment