Something similar to [NSLocale currentLocale] in Objective-C.
I am using the i18n package (react-native-i18n). And then it's just:
I18n = require('react-native-i18n') locale = I18n.currentLocale()