The new version of React Native has issued support for RTL devices: https://facebook.github.io/react-native/blog/2016/08/19/right-to-left-support-for-react-native-apps.html
In manifest.xml file add android:supportsRtl="false" to your application tag
android:supportsRtl="false"