Replies: 40 comments 153 replies
-
building for android fails for me with a fresh generated project
|
Beta Was this translation helpful? Give feedback.
-
When i enable proguard on the release build of Android it crashes. It works fine without it though. |
Beta Was this translation helpful? Give feedback.
-
Is there a reason why the release page advises to install adoptopenjdk11 for mac user which has been discontinued? |
Beta Was this translation helpful? Give feedback.
-
I am getting this error. please suggest solution if you have i just want to try 68 on android.
|
Beta Was this translation helpful? Give feedback.
-
Android doesn't build at all for me: Stacktrace
And when Flipper is enabled: Stacktrace
I am using JDK 11, and I have cleaned out |
Beta Was this translation helpful? Give feedback.
-
I suggest to cherrypick facebook/react-native@eb08af5, this fixes store as global object for flipper debugging. this will help developers to copy JSON responses from the debugger |
Beta Was this translation helpful? Give feedback.
-
let's cherry pick this facebook/react-native@848ba6f since it was the last piece of tooling bump missing |
Beta Was this translation helpful? Give feedback.
-
Will also cherry pick facebook/react-native@09e418e and facebook/react-native@48318b1 to fix problems with new architecture builds and facebook/react-native@6239e2f, to be consistent with commits in 0.67.2 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 facebook/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. |
Beta Was this translation helpful? Give feedback.
-
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).
|
Beta Was this translation helpful? Give feedback.
-
For
i saw I am testing |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
It seems that creating archives on RN 0.68 RC1 is broken on M1 Macs. It fails during the linking stage due to Folly errors. I keep getting these errors even on a sample project created with |
Beta Was this translation helpful? Give feedback.
-
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: ) |
Beta Was this translation helpful? Give feedback.
-
Task :ReactAndroid:generateCodegenSchemaFromJavaScript FAILED Steps to reproduce:
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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? facebook/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 |
Beta Was this translation helpful? Give feedback.
-
It would be nice to pick facebook/react-native@56dda14 as it allows using fabric folly headers from other libs |
Beta Was this translation helpful? Give feedback.
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
|
Beta Was this translation helpful? Give feedback.
-
Pick suggestion : Implement Runtime.getHeapUsage for hermes chrome inspector #33173 and the merge in cff9590 |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm facing a problem in version 0.68.0-rc.2 when build ios |
Beta Was this translation helpful? Give feedback.
-
Please pick facebook/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. |
Beta Was this translation helpful? Give feedback.
-
I discovered some more path troubles with cocoapods and new arch. Specifically when using bundle exec pod install --project-directory=ios from the root project directory, it will lead to:
I already have a fix, will post the PR link here shortly. |
Beta Was this translation helpful? Give feedback.
-
While trying to get react-native-navigation iOS to work with the new arch, I noticed that the |
Beta Was this translation helpful? Give feedback.
-
macCatalyst builds have not worked since 0.64, it is one of the reasons people don't update per the poll conducted recently. facebook/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... |
Beta Was this translation helpful? Give feedback.
-
from expo side, we really hope this pr to be landed before release: facebook/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. |
Beta Was this translation helpful? Give feedback.
-
Fresh init project (0.68-rc2) won't run on Android when new architecture is enabled.
|
Beta Was this translation helpful? Give feedback.
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-website
to 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
Beta Was this translation helpful? Give feedback.
All reactions