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
if you are using Expo
import { I18nManager} from 'react-native'; I18nManager.allowRTL(false); export default class extends Component { }