You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just installed react-native-locale-detector 1.0.1 in order to initialise i18next
The install and build worked ok (although the RNi18Test target in XCode is causing issues and needs to be removed), however I now get a warning whenever we launch the app. Below is the message:
Module RNI18n requires main queue setup since it overrides constantsToExport but doesn't implement requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
How can this be resolved ?
Here is our setup:
"i18next": "^12.0.0",
"react-i18next": "^8.3.8",
"react-native": "0.57.5",
"react-native-locale-detector": "^1.0.1",
Many thanks
Greg
The text was updated successfully, but these errors were encountered:
Hi,
I have just installed react-native-locale-detector 1.0.1 in order to initialise i18next
The install and build worked ok (although the RNi18Test target in XCode is causing issues and needs to be removed), however I now get a warning whenever we launch the app. Below is the message:
Module RNI18n requires main queue setup since it overrides
constantsToExport
but doesn't implementrequiresMainQueueSetup
. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.How can this be resolved ?
Here is our setup:
"i18next": "^12.0.0",
"react-i18next": "^8.3.8",
"react-native": "0.57.5",
"react-native-locale-detector": "^1.0.1",
Many thanks
Greg
The text was updated successfully, but these errors were encountered: