Skip to content

fix(android): build fixes for 0.81#2507

Merged
tido64 merged 1 commit intotrunkfrom
tido/android/fix-0.81
Jul 23, 2025
Merged

fix(android): build fixes for 0.81#2507
tido64 merged 1 commit intotrunkfrom
tido/android/fix-0.81

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented Jul 22, 2025

Description

Build fixes for 0.81

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

n/a

@tido64 tido64 requested a review from JasonVMo as a code owner July 22, 2025 12:15
@github-actions github-actions bot added the platform: Android This affects Android label Jul 22, 2025
@tido64 tido64 mentioned this pull request Jul 22, 2025
34 tasks
Comment on lines +4 to +14
#if __has_include(<FBReactNativeSpec.h>) // >= 0.81

#include <FBReactNativeSpec.h>

#define rncore_ModuleProvider facebook::react::FBReactNativeSpec_ModuleProvider

#else // < 0.81

#include <rncore.h>

#endif // __has_include(<FBReactNativeSpec.h>) // >= 0.81
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good, however we backported rncore.h to make this non breaking

@tido64 tido64 merged commit 42c9120 into trunk Jul 23, 2025
30 checks passed
@tido64 tido64 deleted the tido/android/fix-0.81 branch July 23, 2025 04: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.

3 participants