Skip to content

Instantly share code, notes, and snippets.

@pfulop
Created August 24, 2016 07:26
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 pfulop/ecdbb46db708da610e085bbfe67609ec to your computer and use it in GitHub Desktop.
Save pfulop/ecdbb46db708da610e085bbfe67609ec to your computer and use it in GitHub Desktop.
/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import {
AppRegistry,
} from 'react-native';
import App from './app';
AppRegistry.registerComponent('TheCall', () => App);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment