Clean `react-native init TestApp` produces errors for RCTView
See original GitHub issueThere’s an error in console, if dismissed it seems to work fine:
[error][tid:com.facebook.react.JavaScript] RCTView generated view config for validAttributes does not match native, missing: tvParallaxProperties isTVSelectable
Seems like just a few validAttributes need to be added.
React Native version:
System:
OS: macOS 10.15.2
CPU: (8) x64 Intel(R) Core(TM) i7-7920HQ CPU @ 3.10GHz
Memory: 235.97 MB / 32.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.10.0 - /nodejs/12.10.0/bin/node
npm: 6.10.3 - /nodejs/12.10.0/bin/npm
Watchman: 4.9.0 - /watchman
SDKs:
iOS SDK:
Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
IDEs:
Android Studio: 3.4
Xcode: 11.3/11C29 - /usr/bin/xcodebuild
npmPackages:
react: 16.9.0 => 16.9.0
react-native-tvos: 0.61.5-0
Steps To Reproduce
react-native init TestApp --version=react-native@npm:react-native-tvos@latest- Build
- Run in Simulator
Issue Analytics
- State:
- Created 4 years ago
- Comments:13
Top Results From Across the Web
Clean `react-native init TestApp` produces errors for RCTView
There's an error in console, if dismissed it seems to work fine: [error][tid:com.facebook.react.JavaScript] RCTView generated view config ...
Read more >code cleanup - Clean react native project - Stack Overflow
When I used gradlew clean order to clean my cache, I got an error: gradlew : The term 'gradlew' is not recognized as...
Read more >react-native-tvos - Coder Social Home
Clean `react-native init TestApp` produces errors for RCTView. There's an error in console, if dismissed it seems to work fine:.
Read more >"Build input file cannot be found" | Apple Developer Forums
An error appeared and said "Build input file cannot be found" ... a proper solution without fiddling Clean Up Build or "Hard Clean"...
Read more >Upgrading to new versions - React Native
These sort of errors are usually related to caching, it's recommended to install react-native-clean-project to clear all your project's cache ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

In general I would suggest generating a new project and adding one thing at a time from an existing application to help determine what is and is not working.
Thanks, but that didn’t work. If you’re not seeing an error message, that is at least a bit encouraging because it seems like it’s probably something in my environment. Unfortunately, I’m just not sure how to proceed. For now I guess I’ll just ignore it, since it doesn’t seem to impact the app once I dismiss the message, but there’s definitely something strange going on here.