added intl to index.js

This commit is contained in:
u-e 2018-12-06 15:23:12 +03:00
parent 48fc6f7458
commit ffc1e3fb1f

View File

@ -1,5 +1,6 @@
import 'core-js'; import 'core-js';
import { AppRegistry } from 'react-native'; import { AppRegistry } from 'react-native';
import { name as appName } from './app.json'; import { name as appName } from './app.json';
import 'intl';
AppRegistry.registerComponent(appName, () => require('./App').default); AppRegistry.registerComponent(appName, () => require('./App').default);