Replies: 72 comments 205 replies
This comment has been minimized.
This comment has been minimized.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been hidden.
This comment has been hidden.
-
When trying to upgrade to 0.71.0.rc-0 in my project to test it there is no Sorry if this is off topic, feel free to close it if thats the case! |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Hermes Features for 0.71.0React Native 0.70 was a huge milestone for the community: Hermes became the default engine for RN. Since then we have hit the ground running with DevX improvements, performance improvements, and new language features. Here is a quick overview of some of those changes we’ve made since Hermes became the default.
|
Beta Was this translation helpful? Give feedback.
-
Feedback Wanted: TypeScriptLooking for general feedback from anyone who has tried the new TypeScript flows in 0.71. E.g. your experience:
|
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Here is a small fix for iOS builds when |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
please help to have this one: facebook/react-native@5eb25d2 |
Beta Was this translation helpful? Give feedback.
-
Hey, I just wanted to know, approximately when will this version get published? The ticket linked to the blocking issue has been labeled as fixed. So, I can't seem to find anything else that's holding up this from being released. (P.S: I'm unfamiliar with the release process. I am just curious if there's some other checks/processes that are already underway to get version 0.71.0 released) |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Please include this tiny fix in 0.71.0 facebook/react-native#35705 |
Beta Was this translation helpful? Give feedback.
-
The branch cut has happened.
Notice
Highlighted Changes
Community-coordinated efforts
flex-gap
feat: flex gap bindings facebook/react-native#34974 (Credits @intergalacticspacehighway and @jacobp100, coordinated by @NickGerleman)User-facing improvements
**
operator --> BigInt is now fully supported for the first time (support in Hermes shipped in RN 70 but was missing this Metro fix)Under the hood improvements
Release Process
Checklist
react-native-website
with the new version cut (see docs)Retrospective Topics
Click to show/hide
No matching variant of com.facebook.react:react-native:0.71.0-rc.0 was found.
facebook/react-native#35210)Release Status
Tracking 0.71.0 (-rc.7 or 0.71.1)
Blocking issues for releasing 0.71.0
Picks for 0.71.0-rc.7 (or 0.71.1)
react-native-flipper
whenNO_FLIPPER=1
to prevent iOS build fail facebook/react-native#35686Tracking 0.71.0-rc.6 (released ✅)
Tracking 0.71.0 (-rc.6 or 0.71.1)
Blocking issues for releasing 0.71.0
Picks for 0.71.0-rc.6 (or 0.71.1)
react-native-flipper
whenNO_FLIPPER=1
to prevent iOS build fail facebook/react-native#35686Tracking 0.71.0-rc.5 (released ✅)
Blocking issues for releasing 0.71.0-rc.5
🔴 hard blockers:
addGeneratedSourceDirectory
facebook/react-native#35631Picks for 0.71.0-rc.5
Tracking 0.71.0-rc.4 (released ✅)
Blocking issues for releasing 0.71.0-rc.4
Static images are not rendered on Android for 0.71.0-rc.0 facebook/react-native#35439doesn't work on windows: Build failed with an exception rn@0.71.0-rc.2 facebook/react-native#35472@typescript-eslint/eslint-plugin and @typescript-eslint/parser to devDependencies (link to comment)compile error'memory' file not found
when building for iOS (link to comment)🔴 hard blockers:
hermes name in iOS build is "behind", need to fix caching [0.71] Hermes version is rc.2 when it should be rc.3 on iOS facebook/react-native#35537should be fixed by: facebook/react-native@0edcbc3Local commits to backport to main
Picks for 0.71.0-rc.4
facebook/react-native@9c75871(we might not need to pick this one, Metro bump could be enough)Tracking 0.71.0-rc.3 (released ✅)
Blocking issues for releasing 0.71.0-rc.3
node_modules/react-native/android
folder (comment #1, comment #2, comment #3)regression in use_frameworks: Road to 0.71.0 #41 (comment)'memory' file not found
when building for iOS (link to comment)Local commits to backport to main
Picks for 0.71.0-rc.3
use_frameworks!
on the Old ArchTracking 0.71.0-rc.2 (released ✅)
Blocking issues for releasing 0.71.0-rc.2
Workaround for building iOS in RC1
While we address the problem with iOS, you can get a successful iOS build by opening your Xcode project (
RN0710RC1.xcworkspace
), navigating to RN0710RC1's Build Phases, and removing the last phase[RN]Copy Hermes Framework
by clicking on the bin icon and confirming.Note that you will have to re-remove this build phase if you run pod install again.
Picks for 0.71.0-rc.2
Tracking 0.71.0-rc.1 (released ✅)
Testing RC0's Android side
After the outage on the 4th of November, we managed to have the artifacts removed from Maven Central.
To build
v0.71.0-RC0
on Android successfully, you will need to do the following:npx react-native init <YourAppName> --version 0.71.0-rc.0
maven-local.zip
archive (you can also find the link in this release).maven-local.zip
on a folder on your disk.REACT_NATIVE_MAVEN_LOCAL_REPO=<path_to_the_maven-local_unzipped_folder>
setting to theandroid/gradle.properties
fileyarn android
yarn ios
)Local commits to backport to main
Blocking issues for releasing 0.71.0-rc.1
com.facebook.react:react-native:
and migrate to something likecom.facebook.react:react-native-android
or similarPicks for 0.71.0-rc.1
(from older to newest)
Beta Was this translation helpful? Give feedback.
All reactions