main
import 'intl-pluralrules' import { AppRegistry } from 'react-native' import 'react-native-get-random-values' import 'react-native-url-polyfill/auto' import App from './App' AppRegistry.registerComponent('Integreat', () => App)