Wrong variable name

This commit is contained in:
Miguel Araujo Perez 2015-12-14 11:39:36 +01:00
parent 8699f6d752
commit e062a7e807
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
'use strict';
let { Platform, NativeModules } = require('react-native')
let { RNI18N } = NativeModules
let { RNI18n } = NativeModules
let I18n = require('./vendor/i18n')
if (Platform.OS === 'android') {