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.

Update installation guide (0.68.0)

See original GitHub issue

Description

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.

https://github.com/facebook/react-native/blob/main/template/android/app/src/main/java/com/helloworld/newarchitecture/MainApplicationReactNativeHost.java#L71-L73

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:closed
  • Created a year ago
  • Reactions:9
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
piaskowykcommented, May 17, 2022

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

0reactions
pjc0247commented, Apr 25, 2022

@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 getJSIModulePackage method.

btw i’m not sure it works with 0.68.1, I decided to upgrade my project with new arch later.

Read more comments on GitHub >

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

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