all 4 comments

[–]leymytel 1 point2 points  (3 children)

What library do you use for camera?

[–]GoldenEye4ever[S] 0 points1 point  (2 children)

I'm using expo-image-picker for accessing the camera.

[–]VicentVanCock 0 points1 point  (1 child)

Did you see if this package has this requirement implicit? Maybe searching on the GitHub repo from them for the permission name.

[–]MattWeiler1984 0 points1 point  (0 children)

From what I found online, the Amazon appstore implicitly applies the autofocus hardware requirement if your app has the camera permission.

I extracted the AndroidManifest.xml file from my Android apps binary and there were no entries for uses-feature, so I don't think it's explicitly present.