“RTL Support React Native” Réponses codées

react natif iOS rtl

// add this line at the top before #import "AppDelegate.h"
#import <React/RCTI18nUtil.h>

//add this line to the didFinishLaunchingWithOptions method before return YES
  [[RCTI18nUtil sharedInstance] allowRTL:YES];
  [[RCTI18nUtil sharedInstance] forceRTL:YES];
Concerned Curlew

RTL Support React Native

add two below codes to App.js => 
I18nManager.allowRTL(true);
I18nManager.forceRTL(true);
zizi-engi

Réponses similaires à “RTL Support React Native”

Questions similaires à “RTL Support React Native”

Plus de réponses similaires à “RTL Support React Native” dans JavaScript

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code