Hung Vu

Results 25 issues of 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

enhancement

![image](https://user-images.githubusercontent.com/12009276/125790819-5516d9bb-65d2-4caf-b902-61420e252015.png)

When app cannot connect to API, the timeout will not be working on android. But ios still run ok. ![timeout](https://user-images.githubusercontent.com/12009276/41074638-3eee92d6-6a33-11e8-87f8-ba98d932a427.png) my package.json ``` "apisauce": "^0.14.3", "react-native": "0.54.2", "react": "16.3.0-alpha.1", "redux-saga":...

help wanted
bug
Hacktoberfest

this is proof of reactotron and chrome debugger, it misses the key: `_user` ![image](https://user-images.githubusercontent.com/12009276/110668004-69ff9a80-81fd-11eb-906e-33f1f8f74752.png)

**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 ![sw](https://user-images.githubusercontent.com/12009276/46419673-9a070180-c758-11e8-9568-f6f6f4669f59.gif) 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...