Files
react-navigation/examples/NavigationPlayground/tests/setup.js

6 lines
104 B
JavaScript

import { NativeModules } from 'react-native';
NativeModules.ReactLocalization = {
language: 'en',
};