This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as RNLocalize from 'react-native-localize'; | |
import i18n from 'i18n-js'; | |
import lodash from 'lodash'; | |
import { I18nManager } from 'react-native'; | |
const moment = require('moment'); //load moment module to set local language | |
require('moment/locale/de'); //for import moment local language file during the application build | |
//require('moment/locale/en'); //for import moment local language file during the application build |