Created
April 17, 2017 10:11
-
-
Save shafiqshams/90cc4bafdf41f60080cfe297120e764e to your computer and use it in GitHub Desktop.
Index FILE used for android and ios both.
This file contains 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
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