Skip to content

Instantly share code, notes, and snippets.

@jaysoo
Created November 13, 2020 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaysoo/50af541cde2b23a140df75a0438f3739 to your computer and use it in GitHub Desktop.
Save jaysoo/50af541cde2b23a140df75a0438f3739 to your computer and use it in GitHub Desktop.
import { AppRegistry } from 'react-native';
import { App } from './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