Skip to content

fix(android): build fixes for 0.81 - #2507

Merged
Tommy Nguyen (tido64) merged 1 commit into
trunkfrom
tido/android/fix-0.81
Jul 23, 2025
Merged

fix(android): build fixes for 0.81#2507
Tommy Nguyen (tido64) merged 1 commit into
trunkfrom
tido/android/fix-0.81

Conversation

@tido64

Copy link
Copy Markdown
Member

Description

Build fixes for 0.81

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

n/a

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
Tommy Nguyen (tido64) merged commit 42c9120 into trunk Jul 23, 2025
30 checks passed
@tido64
Tommy Nguyen (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