mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 05:13:04 +03:00
add locale
This commit is contained in:
parent
ab8b7c4ff3
commit
57227b23a8
1
index.js
1
index.js
@ -4,6 +4,7 @@ import codePush from 'react-native-code-push';
|
||||
import { name as appName } from './app.json';
|
||||
import 'core-js';
|
||||
import 'intl';
|
||||
import 'intl/locale-data/jsonp/en-US';
|
||||
|
||||
// set check frequency options
|
||||
const codePushOptions = { checkFrequency: codePush.CheckFrequency.ON_APP_START };
|
||||
|
Loading…
Reference in New Issue
Block a user