Wrong variable name
This commit is contained in:
parent
8699f6d752
commit
e062a7e807
2
index.js
2
index.js
|
@ -1,7 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
let { Platform, NativeModules } = require('react-native')
|
let { Platform, NativeModules } = require('react-native')
|
||||||
let { RNI18N } = NativeModules
|
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