Created
May 10, 2020 19:19
-
-
Save itelo/4cc3ec9ff77deeb08f1cfb4cc3c74b3b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/** | |
* @format | |
*/ | |
import {AppRegistry} from 'react-native'; | |
import App from './storybook'; | |
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