natysoz / expo-images-picker

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

Returning ph:// uri on IOS #57

Closed stefanleoussis closed 2 years ago

stefanleoussis commented 2 years ago

Hi there, not really sure where to ask this but here it goes.

I am getting a ph:// prefixed uri returned on IOS when a video is selected, however I get the usual file:// prefix when it is selected on Android. This is only happening as of recently switching from the managed to bare workflow.

I am also not getting the .mov extension that is expected for IOS.

Please let me know, Thank you, All the best.

Parth8733 commented 2 years ago

Hi there, I am facing the same issue.

please let me know if there is any workaround or solution to this.

thank you.

scottdj92 commented 2 years ago

You can enable getImageMetadata in the Settings prop to get localUri which has the file:// prefix.