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.

Clean `react-native init TestApp` produces errors for RCTView

See original GitHub issue

There’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

  1. react-native init TestApp --version=react-native@npm:react-native-tvos@latest
  2. Build
  3. Run in Simulator

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13

github_iconTop GitHub Comments

1reaction
brodybitscommented, Mar 17, 2020

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.

0reactions
ryanvanderpolcommented, Mar 18, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

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