Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

openCamera error: Cannot read property 'openCamera' of null #263

Open
Carry3 opened this issue Apr 5, 2023 · 0 comments
Open

openCamera error: Cannot read property 'openCamera' of null #263

Carry3 opened this issue Apr 5, 2023 · 0 comments

Comments

@Carry3
Copy link

Carry3 commented Apr 5, 2023

馃悰 Bug Report

image

To Reproduce

SYImagePicker.openCamera(
{ isCrop: true, imageCount: 1, showCropCircle: true },
(err, photos) => {
if (err) {
showToast({ title: '鍙戠敓閿欒', icon: 'none' })
}
console.log(photos, '--------photos')
},
)

Environment

Android
"@ant-design/icons-react-native": "^2.3.2",
"@ant-design/react-native": "^5.0.4",
"@apollo/client": "^3.7.11",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-navigation/native": "^6.0.2",
"expo": "~48.0.9",
"expo-clipboard": "^4.1.2",
"expo-font": "~11.1.1",
"expo-linking": "~4.0.1",
"expo-router": "^1.0.0-rc5",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-web-browser": "~12.1.1",
"mini-html-parser2": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.4",
"react-native-root-siblings": "^4.1.1",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "~3.20.0",
"react-native-syan-image-picker": "^0.5.3",
"react-native-web": "~0.18.10",
"react-native-webview": "11.26.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant