Replies: 4 comments 3 replies
-
Could be worth adding New Arch flags relevant to Android and iOS to the Release Tester Matrix | Link to branch: | [link here]() |
| ---------------------------- | :---------------------- |
| **Project info** | |
| Name | <add me> |
| Starting RN version | <add me, ex. RN 0.65.1> |
| Hermes on iOS | yes/no |
| Hermes on Android | yes/no |
+ | New Arch on iOS | yes/no |
+ | New Arch on Android | yes/no |
+ | Fabric on iOS | yes/no |
+ | Static frameworks on iOS | yes/no | # While we're at it
| **Tested - iOS** | |
| Fast Refresh | ✅/🚨/🙅♂️ |
| Debug/dev build on Simulator | ✅/🚨/🙅♂️ |
| Debug/dev build on Device | ✅/🚨/🙅♂️ |
| Production build | ✅/🚨/🙅♂️ |
| Chrome remote debugger | ✅/🚨/🙅♂️ |
| Hermes debugger | ✅/🚨/🙅♂️ |
| Flipper debugger | ✅/🚨/🙅♂️ |
| **Tested - Android** | |
| Fast Refresh | ✅/🚨/🙅♂️ |
| Debug/dev build on Emulator | ✅/🚨/🙅♂️ |
| Debug/dev build on Device | ✅/🚨/🙅♂️ |
| Production build | ✅/🚨/🙅♂️ |
| Chrome remote debugger | ✅/🚨/🙅♂️ |
| Hermes debugger | ✅/🚨/🙅♂️ |
| Flipper debugger | ✅/🚨/🙅♂️ | Unless decided it complicates testing more than clarifying cc @lunaleaps |
Beta Was this translation helpful? Give feedback.
-
Regarding the new methods introduced to control whether |
Beta Was this translation helpful? Give feedback.
-
RNTester on [email protected] currently fail to build on Windows boxes (Unless I miss some special instructions !) The failures are,
#2 is tricky to fix cleanly, which I'm still looking into. Good news is that I could hack a local fix to produce and test RNTester locally. |
Beta Was this translation helpful? Give feedback.
-
Progress on React Native 0.69 release for TV (https://github.com/react-native-tvos/react-native-tvos/commits/tvos-v0.69.0):
|
Beta Was this translation helpful? Give feedback.
-
Hey all,
This discussion is to collect feedback, report bugs, and share opinions on the support for New Architecture inside React Native 0.69.
All the bugs discovered during the release process of 0.69 which are not related to the New Architecture, should be reported to this other thread:
How to enable the New Architecture in 0.69.x
You can try the New Architecture by following those steps:
npx react-native init MyApp --version next
(or specify a specific version instead ofnext
).RCT_NEW_ARCH_ENABLED=1 pod install
inside theios
folder.newArchEnabled=true
inside theandroid/gradle.properties
file.yarn react-native run-android
andyarn react-native run-ios
Beta Was this translation helpful? Give feedback.
All reactions