Skip to content

Instantly share code, notes, and snippets.

@itelo
Created May 10, 2020 19:19
Show Gist options
  • Save itelo/4cc3ec9ff77deeb08f1cfb4cc3c74b3b to your computer and use it in GitHub Desktop.
Save itelo/4cc3ec9ff77deeb08f1cfb4cc3c74b3b to your computer and use it in GitHub Desktop.
/**
* @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