“Bereaksi iOS asli RTL” Kode Jawaban

Bereaksi iOS asli 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

Dukungan RTL bereaksi asli

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

Jawaban yang mirip dengan “Bereaksi iOS asli RTL”

Pertanyaan yang mirip dengan “Bereaksi iOS asli RTL”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya