ignite-typescript-boilerplate icon indicating copy to clipboard operation
ignite-typescript-boilerplate copied to clipboard

I18n not initialized properly

Open karner opened this issue 6 years ago • 0 comments

Creating a project with react-native-i18n results in messages warning of missing translations wherever i18n is used. The issue is fixed by adding "import '../I18n/I18n' " to the AppConfig.ts (App/Config/AppConfig.ts)

I don't know if you can fix this in this boilerplate or if this has to be done for the plugin.. (Sorry, I'm just getting started here...)

karner avatar Mar 19 '18 13:03 karner