Update installation guide (0.68.0)
See original GitHub issueDescription
Current version of the installation guide is outdated and does not compatible with new arch enabled projects.
There’s predefined getJSIModulePackage so i can’t override the method.
Thanks!
Expected behavior
Installation guide for fabric enabled projects.
Actual behavior & steps to reproduce
Snack or minimal code example
Package versions
| name | version |
|---|---|
| react-native | |
| react-native-reanimated | |
| NodeJS | |
| Xcode | |
| Java | |
| Gradle | |
| expo |
Affected platforms
- Android
- iOS
- Web
Issue Analytics
- State:
- Created a year ago
- Reactions:9
- Comments:7 (1 by maintainers)
Top Results From Across the Web
How to upgrade react-native version from 0.68.0 to latest ...
Then do the: npm install, cd ios, pod install, -- then do the : npx react-native upgrade or else you can define specific...
Read more >Update Visual Studio | Microsoft Learn
This topic discusses how to update a client installation of Visual Studio on Windows. For Visual Studio for Mac, see Update Visual Studio ......
Read more >Announcing React Native 0.68
Today we are announcing the 0.68.0 release of React Native, with opt-in to the New React Native Architecture, bug fixes and more.
Read more >Installation instructions · Oceananigans.jl - Home · JuliaHub
At this time, updating should be done with care, as Oceananigans is under rapid development and breaking changes to the user API occur...
Read more >Release 0.17.0 @ Zotonic
... prepare-release.sh; doc: Fix version nr; add missing rst files; update installation requirements; doc: Update sidebar, update installation instructions ...
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

Hey, We have been supporting the new architecture and Fabric since 3.0.0-rc.0 version. After upgrading the version of Reanimated you don’t need any additional steps to make it workable with the new architecture - more information in the newest post on our blog: https://blog.swmansion.com/announcing-reanimated-3-16167428c5f7
@nickprihodko I noticed that they just removed their initialization step on Android (pls see https://github.com/software-mansion/react-native-reanimated/pull/3005) So you don’t need to override the
getJSIModulePackagemethod.btw i’m not sure it works with 0.68.1, I decided to upgrade my project with new arch later.