react-native-tvos/TVReanimated

RN Screens Patch

Closed this issue · 10 comments

The Patch for RN Screens is failing. My current version is: "react-native-screens": "^3.10.2",

I'll take a quick look, can you use version 3.4.0 in the meantime?

I pushed a commit that fixes it. Looks like you can remove the patch for RNScreens if you are using 3.10.2.

i just tried this and im now getting the error: Invariant Violation: requireNativeComponent: "RNCViewPager" was not found in the UIManager. I think @react-navigation/material-top-tabs installs this as a needed dependency @douglowder

Is this happening on Android or tvOS?

TVOS and on android im getting the old error prior to the patches
Screen Shot 2022-01-26 at 1 42 30 PM

@douglowder

I'm not seeing this issue. Be sure to do

cd TVReanimated
rm -r node_modules ios/Pods ios/Podfile.lock
yarn
cd ios
pod install
open TVReanimated.xcworkspace

Kill any running packagers. Then build and run the TV target.

is there any way possible this can work with updated patches/dependency versions and the new 68.2-2 release?

@mikevocalz : Yes it can. See for example the dependencies in https://github.com/douglowder/TVInputDemo .

I'll spend some time this week updating this repo for 68.2-2.

Actually the update went pretty quick, give it a try 😃

Thanks so much. it actually works great on androidtv but doesnt load on tvOS