Skip to content

Instantly share code, notes, and snippets.

@codeithuman
Created October 11, 2018 15:46
Show Gist options
  • Save codeithuman/63568a907e3bd4f143ac05a5704ea906 to your computer and use it in GitHub Desktop.
Save codeithuman/63568a907e3bd4f143ac05a5704ea906 to your computer and use it in GitHub Desktop.
Example index.js for a new React Native Project
import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('HelloWorld', () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment