FIX last commit
This commit is contained in:
parent
cd6e47dfc0
commit
8699f6d752
3
index.js
3
index.js
|
@ -1,6 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
let { Platform, NativeModules/RNI18N } = require('react-native')
|
let { Platform, NativeModules } = require('react-native')
|
||||||
|
let { RNI18N } = NativeModules
|
||||||
let I18n = require('./vendor/i18n')
|
let I18n = require('./vendor/i18n')
|
||||||
|
|
||||||
if (Platform.OS === 'android') {
|
if (Platform.OS === 'android') {
|
||||||
|
|
Loading…
Reference in New Issue