@liam4 I just pushed out version 1.8.0 it has a web version with all the same actions. You can use the same plugin, no need to purchase a different one.
We’ve identified and resolved the issue causing crashes on iOS following Bubble’s recent Expo SDK upgrade.
What happened:
Bubble updated their mobile infrastructure to Expo SDK 54 and React Native 0.80, which introduced breaking changes to the image picker library. Our plugin was using a deprecated API (MediaTypeOptions.Images) that is no longer supported in the new version.
What we fixed:
Updated the image picker to use the new API format as required by expo-image-picker 16.x.
What you need to do:
Refresh your plugin to get the latest version
Create a new build of your app
Test the image/document picker functionality before publishing to production
We apologize for any inconvenience this caused. If you experience any other issues after updating, please let us know.
Hey @nocodeventure , How do we request user permission for camera and photo library?
This plugin does not request user’s permission for photo library. I understand this is a iOS and Android requirement for camera and photo library. Since there’s no workflow action to request permission from user…how should we do that?
My app is live in the app store now only with Photo Library upload option. Not sure if I’m in violaiton of app store rules…and I’ll be adding camera upload soon.
I have all my bubble settings turned on for device permissions.