ImagePicker not works on generated android apk

Please provide the following:

  1. SDK Version: ^35.0.0
  2. Platforms(Android/iOS/web/all): Android

I use ImagePicker(expo-image-picker) on my app. When I test it on ExpoApp it works fine. But when I create APK file & launch it not works. Permissions that I required on android is:
“CAMERA”,
“CAMERA_ROLL”,
“READ_EXTERNAL_STORAGE”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.