Hung Vu

Results 71 comments of Hung Vu

I changed to the lib, you can try it. https://github.com/mattiasw/ExifReader#using-react-native

@mattiasw i try it on http://exif.regex.info/exif.cgi and even on your website https://mattiasw.github.io/ExifReader/amd/ it can still give data about gps. But in my code it only returns the data like this....

i have an example for guys. please read readme guide. https://github.com/hungdev/react-native-alias-example

@jung-kim could you tell me how to break word like your image? i don't need make it side by side. please tell me.

@jung-kim yes, which class should i override `overflow-wrap: break-word;`? or how do i do to make like your image?

@jung-kim no, my mean break the work if the sentence too long. look at the online example: https://stackblitz.com/edit/react-em2guv i dont want to horizontal scroll, i want to break line.

solution: `npm i react-native-phone-number-input --save --legacy-peer-deps`

@skellock I tried with emulator 5.1, 6.1 and 7.

I found a way to fix it, use if else to check in onFileLoaded func, and clearing data: ``` (document.getElementById('CSVReader') as HTMLInputElement).value = ''; ``` and attach id to component:...