olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

how to read photos:// prefix file #49

Closed jimtang9527 closed 7 years ago

jimtang9527 commented 7 years ago

great library,thank you.

wechatimg13

how to read photos:// prefix file? i hope upload photos to server.

olofd commented 7 years ago

You should be able to just send the resource using react-native's built in ajax-support. So just send the resource using the fetch-api. Read the section AJAX in the readme.

srameshr commented 6 years ago

@olofd What if the image, is a GIF image and I want to just just show the GIF with the image tag. How do I map photos:// to actual GIF url?