Skip to content

Instantly share code, notes, and snippets.

@shafiqshams
Created April 17, 2017 10:11
Show Gist options
  • Save shafiqshams/90cc4bafdf41f60080cfe297120e764e to your computer and use it in GitHub Desktop.
Save shafiqshams/90cc4bafdf41f60080cfe297120e764e to your computer and use it in GitHub Desktop.
Index FILE used for android and ios both.
import { AppRegistry } from 'react-native';
import App from './src/app';
AppRegistry.registerComponent('LoginApp', () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment