“Wsparcie RTL React Native” Kod odpowiedzi

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

Wsparcie RTL React Native

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

Odpowiedzi podobne do “Wsparcie RTL React Native”

Pytania podobne do “Wsparcie RTL React Native”

Więcej pokrewnych odpowiedzi na “Wsparcie RTL React Native” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu