Answers for "rtl in react native"

0

rtl support react native

add two below codes to App.js => 
I18nManager.allowRTL(true);
I18nManager.forceRTL(true);
Posted by: Guest on February-13-2021

Code answers related to "Swift"

Browse Popular Code Answers by Language