FIX last commit

This commit is contained in:
Jorge Maroto 2015-12-11 13:37:50 +01:00
parent cd6e47dfc0
commit 8699f6d752
1 changed files with 2 additions and 1 deletions

View File

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