Use expo-image-picker (or react-native PermissionsAndroid) to request camera permission. If granted, open the camera; if denied, show an alert directing the user to Settings.
Click Run to test your code