I found this solution for Android and iOS (RN 0.35)
import React, {NativeModules} from 'react-native';
if (NativeModules.I18nManager) {
const {localeIdentifier, isRTL} = NativeModules.I18nManager;
}
May be this will help to someone, but iOS not shows locale property. It shows only rtl support now.