aerian-studios / ignite-typescript-boilerplate

Create React Native apps with TypeScript and Ignite
144 stars 14 forks source link

I18n not initialized properly #11

Open karner opened 6 years ago

karner commented 6 years ago

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...)