jobtoday/react-native-image-viewing

Blank in RTL

MertHaddad opened this issue · 2 comments

Tested on Android.

when the phone language in RTL it shows blank screen only.

I fixed it by disabling RTL support.

EXPO users:

import { I18nManager} from 'react-native';
I18nManager.allowRTL(false);

Else:
android:supportsRtl="false" in the AndroidManifest.xml

I have the same issue but I need to use RTL support

me too i have the same issue but I need to use RTL support