Skip to content

Instantly share code, notes, and snippets.

@HishamMubarak
Created April 6, 2018 08:45
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 HishamMubarak/050460370debaff9f3f320bb680923d3 to your computer and use it in GitHub Desktop.
Save HishamMubarak/050460370debaff9f3f320bb680923d3 to your computer and use it in GitHub Desktop.
Index
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