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