We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题说明:
在 Android 12 上无法打开相机,调用后无任何报错或值返回。这个错误在小米、华为、vivo上都有发生,经过检查出问题的手机Android 版本都是Android 12,Android 11的手机正常。
示例代码:
import SyanImagePicker from 'react-native-syan-image-picker'; ... SyanImagePicker.openCamera({ imageCount: 1, compress: true, showCropCircle: true, isCrop: true, }, (err, photos) => { if (err) console.log(err); else console.log(photos[0]); });
The text was updated successfully, but these errors were encountered:
加上queries
`
</action> </intent> <intent> <action android:name="android.media.action.ACTION_VIDEO_CAPTURE"> </action> </intent> </queries>
Sorry, something went wrong.
请问这个问题解决了吗
No branches or pull requests
问题说明:
在 Android 12 上无法打开相机,调用后无任何报错或值返回。这个错误在小米、华为、vivo上都有发生,经过检查出问题的手机Android 版本都是Android 12,Android 11的手机正常。
示例代码:
The text was updated successfully, but these errors were encountered: