“Soporte RTL React Native” Código de respuesta

React nativo 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

Soporte RTL React Native

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

Respuestas similares a “Soporte RTL React Native”

Preguntas similares a “Soporte RTL React Native”

Más respuestas relacionadas con “Soporte RTL React Native” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código