mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 22:30:41 +08:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
import { NativeModules } from 'react-native';
|
|
|
|
NativeModules.ReactLocalization = {
|
|
language: 'en',
|
|
};
|