Upgrade to 0.66.2?
See original GitHub issueI just found out about react-native-tvos
, but our project is based on rn 0.66.2
.
I wonder if it is possible to monorepo it or something, or an “easy” way to apply the current changes to newer RN branches…
Or that’s actually “too different to reconcile”?
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Upgrade from 0.66.2 to 0.68.2 issue: Could not determine the ...
Right now, upgrading from 0.66.2 to 0.68.2. Here's my `android/build.gradle' file: import org.apache.tools.ant.
Read more >Upgrading to new versions - React Native
You first need to select from and to which version you wish to upgrade, by default the latest major versions are selected. After...
Read more >React Native Upgrade Helper
React Native Upgrade Helper · What's your current react-native version? · To which version would you like to upgrade?
Read more >Upgrade Current React Native Project Version to 0.66 Latest ...
1. On the day of making this tutorial react native has launched its 0.66.2 version. So open your existing project directory in Terminal...
Read more >Advice needed. Upgrading RN 0.66 to 0.7 : r/reactnative - Reddit
I am trying to update a real world project from RN 0.66 to the ... I also have a real world react-native project...
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 FreeTop 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
Top GitHub Comments
@douglowder - Thanks again for your great work with this.
i have an iteration of upgrading to 0.66.4 here: https://github.com/frankenthumbs/react-native-tvos/tree/tvos-v0.66.4 i’m stuck on running
./scripts/tvos-test.sh
, most of the tests seems fine.some of the color tests are failing (i believe its failing on this repo as well)
as well as the more concerning UI snapshot tests. I believe we need to get new snapshots of these tests but i’m not sure how the snapshots are taken:
from the
png
s found inreact-native/packages/rn-tester/RNTesterIntegrationTests/ReferenceImages/RNTester-js-RNTesterApp.ios
it seems like some of the views got upgraded:screenshot taken from the app:
screenshot from main: https://github.com/frankenthumbs/react-native-tvos/blob/tvos-v0.66.4/packages/rn-tester/RNTesterIntegrationTests/ReferenceImages/packages-rn-tester-js-RNTesterApp.ios/testTextExample_1-iOS15_tvOS.png
gonna try integrating with our applications and see if everything is working there. But it would be nice to get the snapshot UI tests working as I know this is something Doug makes sure on every iteration