“RTL Support React Native” Respostas de código

reaja o iOS nativo 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

Respostas semelhantes a “RTL Support React Native”

Perguntas semelhantes a “RTL Support React Native”

Mais respostas relacionadas para “RTL Support React Native” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código