rtl support react native

JavaScript
add two below codes to App.js => 
I18nManager.allowRTL(true);
I18nManager.forceRTL(true);
Source

Also in JavaScript: