-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rn0.56 undefined is not an object (evaluating 'RCTImagePicker.canUserCamera') #21164
Comments
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running |
giveme ur number
…On Tue, Sep 18, 2018 at 12:38 PM Dharmendra ***@***.***> wrote:
- Review the documentation: https://facebook.github.io/react-native
- Search for existing issues:
https://github.com/facebook/react-native/issues
- Use the latest React Native release:
https://github.com/facebook/react-native/releases
Environment
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.1
CPU: x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
Memory: 40.60 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.9.3 - /usr/local/bin/node
Yarn: 1.7.0 - /usr/local/bin/yarn
npm: 6.4.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 11.0, macOS 10.13, tvOS 11.0, watchOS 4.0
IDEs:
Android Studio: 3.1 AI-173.4819257
Xcode: 9.0/9A235 - /usr/bin/xcodebuild
npmPackages:
react: 16.4.1 => 16.4.1
react-native: 0.56.0 => 0.56.0
npmGlobalPackages:
create-react-native-app: 1.0.0
react-native-cli: 2.0.1
Description
[image: simulator screen shot - iphone 6 - 2018-09-18 at 12 22 01]
<https://user-images.githubusercontent.com/13504944/45669527-ff92a580-bb3d-11e8-94d3-c0bca211e06e.png>
Reproducible Demo
steps to reproduce the issue from the demo
1. install node_modules
2. eject ios
3. react-native run ios
RN_Tutorial.zip
<https://github.com/facebook/react-native/files/2391536/RN_Tutorial.zip>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21164>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/Ag_YXRA6BMvDKYHWw1VCNJ08tEdhrB5Uks5ucJwIgaJpZM4WtSE9>
.
|
I have upgraded the React Native version by following the steps from Upgrading to new React Native versions React Native Environment Info: now I am getting the following errors while running
|
Can you try using Xcode 9.4? |
Thanks for the suggestion. I figured out the solution for the above errors.
now I am working with the latest React Native version.
but still can you please help me with this? |
the issue is resolved by linking CameraRoll Library. |
Environment
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.1
CPU: x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
Memory: 40.60 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.9.3 - /usr/local/bin/node
Yarn: 1.7.0 - /usr/local/bin/yarn
npm: 6.4.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 11.0, macOS 10.13, tvOS 11.0, watchOS 4.0
IDEs:
Android Studio: 3.1 AI-173.4819257
Xcode: 9.0/9A235 - /usr/bin/xcodebuild
npmPackages:
react: 16.4.1 => 16.4.1
react-native: 0.56.0 => 0.56.0
npmGlobalPackages:
create-react-native-app: 1.0.0
react-native-cli: 2.0.1
Description
Reproducible Demo
steps to reproduce the issue from the demo
RN_Tutorial.zip
The text was updated successfully, but these errors were encountered: