natysoz / expo-images-picker

Multiple Asset Photos Videos selecting package for Expo SDK
MIT License
95 stars 35 forks source link

Unclear uri of selected video #60

Open EKOLX opened 1 year ago

EKOLX commented 1 year ago

Does this package support video files? Like to play it or copy it? When I select video file I get this "uri": "ph://A38FEE7B-C1CB-4EC5-A887-8BCD1040FE50"

natysoz commented 1 year ago

this lib allow you to select multiply images or videos and get the object that define each one , with the url and path of the file.

from this state you can use ur own logic to upload it, run it, whatever you need.