Created
April 6, 2018 08:45
-
-
Save HishamMubarak/050460370debaff9f3f320bb680923d3 to your computer and use it in GitHub Desktop.
Index
This file contains hidden or 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 './App'; | |
AppRegistry.registerComponent('weatherApp', () => App); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment