mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-25 06:13:12 +03:00
added intl to index.js
This commit is contained in:
parent
48fc6f7458
commit
ffc1e3fb1f
1
index.js
1
index.js
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user