Skip to content

Instantly share code, notes, and snippets.

@breeko
Created June 30, 2018 14:44
Show Gist options
  • Select an option

  • Save breeko/bd28b1ccf9cbef5d4e8899ccfb69cdaf to your computer and use it in GitHub Desktop.

Select an option

Save breeko/bd28b1ccf9cbef5d4e8899ccfb69cdaf to your computer and use it in GitHub Desktop.
Index.js for OpenCalc
import { AppRegistry } from 'react-native';
import App from './app/App';
import { YellowBox } from 'react-native';
AppRegistry.registerComponent('OpenCalc', () => App);
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader','Class RCTCxxModule']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment