Skip to content

Instantly share code, notes, and snippets.

@rjp44
Created February 14, 2018 15:09
Show Gist options
  • Save rjp44/3d0f57be320d26a73a84d3a91eeafbed to your computer and use it in GitHub Desktop.
Save rjp44/3d0f57be320d26a73a84d3a91eeafbed to your computer and use it in GitHub Desktop.
import { AppRegistry } from 'react-native';
import App from './app/index.js';
AppRegistry.registerComponent('native_plus_web', () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment