showing results for - "rtl support react native"
Marta
28 Feb 2017
1// add this line at the top before #import "AppDelegate.h"
2#import <React/RCTI18nUtil.h>
3
4//add this line to the didFinishLaunchingWithOptions method before return YES
5  [[RCTI18nUtil sharedInstance] allowRTL:YES];
6  [[RCTI18nUtil sharedInstance] forceRTL:YES];
Luka
29 Aug 2016
1add two below codes to App.js => 
2I18nManager.allowRTL(true);
3I18nManager.forceRTL(true);
similar questions
rtl ios swift