This repository was archived by the owner on Jun 16, 2023. It is now read-only.
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
Camera
no propType for native prop RNCamera.accessibilityLabel
of native type String
#1161
Closed
Description
Which implementation are you using
RNCamera
Steps to reproduce
-
"react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera"
npm install
in package.json -
react-native link react-native-camera
-
react-native run-android OR run in android studio (either or)
-
error pops up
Expected behaviour
Load app successfully, no errors
Actual behaviour
Environment
- Node.js version: v9.2.1
- React Native version:
react-native-cli: 2.0.1
react-native: 0.43.0 - React Native platform + platform version: Android 7.0
react-native-camera
Version: "git+https://git@github.com/react-native-community/react-native-camera"
Activity
seblau commentedon Jan 27, 2018
Should be fixed by #1165
emmajam commentedon Jan 28, 2018
thanks @seblau 🎉