Created
June 30, 2018 14:44
-
-
Save breeko/bd28b1ccf9cbef5d4e8899ccfb69cdaf to your computer and use it in GitHub Desktop.
Index.js for OpenCalc
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/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