“отреагировать Native IOS RTL” Ответ

отреагировать 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

Поддержка RTL React Native

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

Ответы похожие на “отреагировать Native IOS RTL”

Вопросы похожие на “отреагировать Native IOS RTL”

Смотреть популярные ответы по языку

Смотреть другие языки программирования