CodeLinkIO / Firebase-Image-Upload-React-Native

Demo to handle image with Firebase storage
129 stars 22 forks source link

XCode Permissions #8

Open Darthmaul opened 7 years ago

Darthmaul commented 7 years ago

Hello

There is an issue that arises with this when you try to use this library with iOS 10+. Basically, you need to include the description for your usage of the photo library within the Info.plist otherwise the app will crash. Here's some more info on the issue: Link

I would recommend updating the readme to include a reference to this. You specifically need to add "Privacy - Photo library usage" to the info.plist

Thanks! Andrew