SemperChen

Results 4 issues of SemperChen

**1.FAIL __tests__\index.android.js ![123](https://user-images.githubusercontent.com/12069583/42158606-82c2f1a6-7e23-11e8-8041-e9750ea02382.png) ** TypeError: (0 , _reactNativeI18n.getLanguages) is not a function at WelcomePage.componentWillMount... **2.tests\index.js** ```js jest.mock('react-native-i18n', () => { const i18njs = require('i18n-js'); const en = require('../../../js/i18n/locales/en'); i18njs.translations =...

I want 30 files to be downloaded simultaneously. What should I do