Files
gotify-android-client/index.js
2018-05-20 08:47:14 +02:00

7 lines
228 B
JavaScript

import { AppRegistry, YellowBox } from 'react-native';
import App from './App';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);
AppRegistry.registerComponent('gotify', () => App);