“react natif iOS rtl” 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 à “react natif iOS rtl”

Questions similaires à “react natif iOS rtl”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code