Hung Vu
Hung Vu
they were all taken from the same camera one photo another photo what's wrong with me? here is my code: ``` const tags = await ExifReader.load(arrbf, { expanded: true });...
you can refer to this link https://github.com/react-native-image-picker/react-native-image-picker/issues/178#issuecomment-396550364

When app cannot connect to API, the timeout will not be working on android. But ios still run ok.  my package.json ``` "apisauce": "^0.14.3", "react-native": "0.54.2", "react": "16.3.0-alpha.1", "redux-saga":...
this is proof of reactotron and chrome debugger, it misses the key: `_user` 
**Describe the bug and Reproduce** If the file loads the first time, the file has a duplicate header, it calls the onFileLoaded function, but the second load is the same...
Please take a look  here my code. ``` /** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from 'react'; import { StyleSheet,...
how to disable Top Swipe and Bottom Swipe ?
fix hide error when the media is loaded and ready to play. I don't want to use onError props, because it gets err on ios issue: https://github.com/itsnubix/react-native-video-controls/issues/109. If i don't...