Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: declare support for 0.77 #2340

Merged
merged 1 commit into from
Jan 8, 2025
Merged

fix: declare support for 0.77 #2340

merged 1 commit into from
Jan 8, 2025

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Dec 9, 2024

Description

Declare support for 0.77.

Resolves #2313.

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

npm run test:matrix 0.77
Configuration JSC Hermes Fabric Fabric + Hermes
Android n/a Screenshot-Android-hermes n/a Screenshot-Android-hermes-fabric-concurrent
iOS Screenshot-iOS Screenshot-iOS-hermes Screenshot-iOS-fabric-concurrent Screenshot-iOS-hermes-fabric-concurrent
visionOS Simulator Screenshot - Apple Vision Pro - 2024-12-10 at 10 50 12 n/a n/a n/a

@tido64
Copy link
Member Author

tido64 commented Dec 9, 2024

0.77.0-rc.2

  • Old Arch: Builds and runs
  • Android/New Arch: Autolinking doesn't work
  • iOS/New Arch: Build fails (fix(react-native-host): update feature flags for 0.77 rnx-kit#3443)
    ❌ /~/node_modules/@rnx-kit/react-native-host/cocoa/RNXBridgelessHeaders.h:56:38: only virtual member functions can be marked 'override'
       56 |     bool useModernRuntimeScheduler() override
          |                                      ^~~~~~~~
    ❌ /~/node_modules/@rnx-kit/react-native-host/cocoa/RNXBridgelessHeaders.h:61:29: only virtual member functions can be marked 'override'
       61 |     bool enableMicrotasks() override
          |                             ^~~~~~~~
    ❌ /~/node_modules/@rnx-kit/react-native-host/cocoa/RNXBridgelessHeaders.h:66:45: only virtual member functions can be marked 'override'
       66 |     bool batchRenderingUpdatesInEventLoop() override
          |                                             ^~~~~~~~
    ❌ /~/node_modules/@rnx-kit/react-native-host/cocoa/ReactNativeHost.mm:251:5: use of undeclared identifier 'RCTSetUseNativeViewConfigsInBridgelessMode'
      251 |     RCTSetUseNativeViewConfigsInBridgelessMode(YES);
          |     ^
    

@tido64
Copy link
Member Author

tido64 commented Jan 2, 2025

0.77.0-rc.5

✅ All green.

@tido64 tido64 marked this pull request as ready for review January 2, 2025 18:36
@tido64 tido64 requested a review from JasonVMo as a code owner January 2, 2025 18:36
@tido64 tido64 requested a review from Saadnajmi January 3, 2025 09:05
@tido64
Copy link
Member Author

tido64 commented Jan 7, 2025

0.77.0-rc.6

✅ All green.

@tido64 tido64 merged commit a213de5 into trunk Jan 8, 2025
30 checks passed
@tido64 tido64 deleted the tido/0.77 branch January 8, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Android This affects Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for react-native 0.77
2 participants