question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RCTView generated view config for validAttributes does not match native, missing: accessibilityValue

See original GitHub issue

🐛 Bug Report

Environment:

Expo CLI 3.21.5 environment info: System: OS: macOS 10.15.6 Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.12.0 - /usr/local/bin/node Yarn: 1.19.1 - /usr/local/bin/yarn npm: 6.11.3 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman IDEs: Android Studio: 4.0 AI-193.6911.18.40.6514223 Xcode: 11.6/11E708 - /usr/bin/xcodebuild npmPackages: expo: ^38.0.9 => 38.0.9 react: 16.9.0 => 16.9.0 react-dom: 16.9.0 => 16.9.0 react-native: https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz => 0.61.4 react-navigation: ^3.11.1 => 3.13.0 npmGlobalPackages: expo-cli: 3.21.5

After expo start the following error occurs:

Screenshot 2020-08-04 at 12 10 55

Tried to reset cache on expo, yarn and npm but doesn’t work.

Your feedback will be appreciated! Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
stevemercommented, Nov 17, 2020

@brentvatne Sorry to be an idiot, but I don’t understand why that’s a problem or how to fix it.

EDIT: Oh my, it really was that easy. expo install react-native Thank you so much for unblocking me!

2reactions
liukinsay97commented, Nov 17, 2020

@stevemer - you’re using react-native sdk-37.0.0 / 0.61.4 with expo sdk 39, look at the output of your diagnostics command.

Yeah I just realized this too… this can be fixed by updating the expo react native to version 39.0.3 simply do expo install react-native or just change the react native to version 39.0.0 "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz" and install it

Read more comments on GitHub >

github_iconTop Results From Across the Web

react native version mismatch and RCTView generated view ...
React Native App will not launch - react native version mismatch and RCTView generated view config for validAttributes does not match native.
Read more >
[Solved]-React Native Version Mismatch Error-React Native
Coding example for the question React Native Version Mismatch Error-React ... and RCTView generated view config for validAttributes does not match native ......
Read more >
Blame · android/app/src/main/assets/index.android.bundle ...
_currentSubscription,'Not in an emitting cycle; there is no current ... generated view config for "+f+" does not match native, missing: ...
Read more >
React NativeでTab navigationを使おうとしたら "Unable to ...
console.error: "RCTView generated view config for validAttributes does not match native, missing: accessibilityValue"
Read more >
Gesture Responder System - React Native
The gesture responder system manages the lifecycle of gestures in your app. A touch can go through several phases as the app determines...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found