OpenLitterMap / react-native

OpenLitterMap mobile app for Android and iOS
https://opengeospatialdata.springeropen.com/articles/10.1186/s40965-018-0050-y
8 stars 1 forks source link

feat: convert heic images to jpg #111

Closed sudoDeznit closed 3 years ago

sudoDeznit commented 3 years ago

Converts heic images to jpg using react-native-heic-converter package. conversion happens when user selects image from gallery. an extra field path is added with uri to .jpg file

Note Needs npm & pod install Needs proper testing on real device.. specially uninstall old app and then try to see if any permission issue occurs

xlcrr commented 3 years ago

Nice work. Maybe this should happen during upload? Testing now

sudoDeznit commented 3 years ago

tried at upload.. felt slow.. and when user upload multiple images it will add up..