Replies: 40 comments 153 replies
|
building for android fails for me with a fresh generated project |
|
When i enable proguard on the release build of Android it crashes. It works fine without it though. |
|
Is there a reason why the release page advises to install adoptopenjdk11 for mac user which has been discontinued? |
|
I am getting this error. please suggest solution if you have i just want to try 68 on android. |
|
Android doesn't build at all for me: StacktraceAnd when Flipper is enabled: StacktraceI am using JDK 11, and I have cleaned out |
|
I suggest to cherrypick react/react-native@eb08af5, this fixes store as global object for flipper debugging. this will help developers to copy JSON responses from the debugger |
|
let's cherry pick this react/react-native@848ba6f since it was the last piece of tooling bump missing |
|
Will also cherry pick react/react-native@09e418e and react/react-native@48318b1 to fix problems with new architecture builds and react/react-native@6239e2f, to be consistent with commits in 0.67.2 |
|
Any chance we can get this fix in Folly included? That should remove the need for the postinstall phase in cocoapods that was added in RN 0.66. |
|
Android NDK currently does not support Apple Silicon. So it requires to do some workarounds(such as android/ndk#1299 (comment)) to enable new architecture. It's not a blocker I guess, but I think it's worth mentioning. |
|
Just a heads up for everyone keeping an eye on this discussion (see https://github.com/facebook/react-native/pull/32993/files#r798720480): This commit react/react-native@0912ee1 is a breaking change on the iOS template. Essentially, creating an app from template on 0.67 and bumping RN to 0.68 results on a build failure on iOS. |
|
I don't know if it worth mentioning but after enabling new architecture i got bunch of this warnings for different .so files. It builds without issue although it takes around 10 minutes in a freshly created app (0.68.0-rc.1). |
|
For i saw I am testing |
|
I'm upgrading an existing app, which depends on bunch of third-party libs, and it throws error while merging dex in release build. I'd tried deleting I'm not sure which one cause this error, trying to find out. Build Output |
|
This demonstrates a compilation failure on iOS in static frameworks mode. The same thing works on 0.67.x and has worked for many releases (but did not work on previous 0.68.0-rcs either, I just had not published the result). Not sure what changed? https://github.com/mikehardy/rnfbdemo/blob/rn68/make-demo.sh (commit mikehardy/rnfbdemo@f624617 specifically is where it's set up to show the failure) The script builds the whole reproduction from scratch so it should reproduce on any macOS machine? (:crossed_fingers: ) |
|
Task :ReactAndroid:generateCodegenSchemaFromJavaScript FAILED Steps to reproduce: |
|
I've done some testing of RN Specifically, we need to update the template including those two lines: The issue went unnoticed as I believe me + other developers had |
|
Just saw this in react-native weekly digest - seemed like this affects back to the 0.66 tree and was finally merged, but recently enough it is not on the pick list here? react/react-native@8d50bf11335 - fixes a regression in Switch behavior. I'll post similar comments on 0.67 / 0.66 release planning threads but @d4vidi / @asafkorem / @jonathanmos might do well to keep eyes on it 👀 - my comments are intended to bridge people into this maybe-pick-it conversation but I am likely not most aware person for this change |
|
It would be nice to pick react/react-native@56dda14 as it allows using fabric folly headers from other libs |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Hello, I'm facing a problem in version Step by reproduce
Expected behavior
|
|
Please pick react/react-native@42b01a3 so we don't have any hard coded absolute paths in projects which could lead to hard to debug problems in the wild. |
|
I discovered some more path troubles with cocoapods and new arch. Specifically when using bundle exec pod install --project-directory=iosfrom the root project directory, it will lead to: I already have a fix, will post the PR link here shortly. |
|
While trying to get react-native-navigation iOS to work with the new arch, I noticed that the |
|
macCatalyst builds have not worked since 0.64, it is one of the reasons people don't update per the poll conducted recently. react/react-native#33406 chewing on CI now, has successful testing report already, related flipper repo issue facebook/flipper#3117 but I'm aware Flipper updates are sometimes subtle... |
|
from expo side, we really hope this pr to be landed before release: react/react-native#32983, because it's a breaking change to our setup. please let me know if there's anything i can do to help with this. |
|
Fresh init project (0.68-rc2) won't run on Android when new architecture is enabled. |



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For >RC3, refer to the follow up discussion here
The branch cut has happened.
Notice
Highlighted Changes in this release
Release Process
Checklist
When ready to publish stable
react-native-websiteto ship new versionRetrospective Topics
Release Status
Tracking 0.68.0-rc.3
Picks for 0.68.0-rc.3 (still waiting for a few to be merged/confirmed)
0.68.0-rc.2
Blocking issues for releasing 0.68.0-rc.2
Picks for 0.68.0-rc.2
0.68.0-rc.1
Picks for 0.68.0-rc.1
All reactions