Joon Heo

Results 9 comments of Joon Heo

You have to mock the library. Was using the `react-native-img-cache` library which had a dependency to `react-native-fetch-blob`, so my jest is mocking that module. EX: ``` jest.mock('react-native-img-cache', () => {...

@scerelli mines setup this way in `package.json`: ``` "jest": { "preset": "react-native", "setupFiles": [ "./test/setup.js" ], "coveragePathIgnorePatterns": [ "/test/" ], "moduleFileExtensions": [ "js", "json" ] } ``` in `test/setup.js`: ```...

If you update to 4.3.7, you can use `pickerTextEllipsisLen` to solve the truncation issue.

Added this as a [bug](https://bugs.webkit.org/show_bug.cgi?id=240083) to webkit

Google lets you only call their API so many times

google where you want to do, find out its long and latitude, use that to teleport, done

Please merge this. Changing `arguments` to `args` will also work as well.

@d-a-n could we merge this please? helps make it compatible with react-native 0.47