Relative Content

Tag Archive for typescriptreact-nativeexpoi18next

Android devices rendering blank screen on my react-native app because of react-i18next

So I’ve been trying to figure out the root of this problem for 2 days now. I finally found it by removing the I18nextProvider wrapper from my App.tsx module. This is odd, because it works perfectly on iOS. However, when I start the application on Android (via expo) – it doesn’t render anything except for a blank screen. When I delete the I18nextProvider wrapper, it renders perfectly and even renders the translations after selecting the language on the home screen. After it renders correctly without the I18nextProvider wrapper, I can replace the wrapper and it will continue to work perfectly. I just have to remove the code after starting up the app, or else it won’t render. Here is the App.tsx file: