[WIP] Update react native to 0.81 + new arch#6924
Open
janicduplessis wants to merge 89 commits intodevelopfrom
Open
[WIP] Update react native to 0.81 + new arch#6924janicduplessis wants to merge 89 commits intodevelopfrom
janicduplessis wants to merge 89 commits intodevelopfrom
Conversation
|
🧪 Flashlight Performance Report (AWS Device Farm) 🔀 Commit: 47e7827
|
This was referenced Apr 9, 2026
Merged
10 tasks
janicduplessis
added a commit
that referenced
this pull request
Apr 21, 2026
In RN 0.81 ReactContextBaseJavaModule.currentActivity is no longer accessible as a direct property on the module class; access it via reactApplicationContext.currentActivity instead. Fixes Android Kotlin compile errors: e: MobileWalletProtocolHostModule.kt: Unresolved reference 'currentActivity' e: MobileWalletProtocolHostModule.kt: Unresolved reference 'callingPackage' e: MobileWalletProtocolHostModule.kt: Unresolved reference 'packageManager' ... Hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
Apr 21, 2026
…for RN 0.81 - flash-list: BlankAreaEvent.dispatch references eventData directly, but in RN 0.81's Event<T> base class eventData is protected and must be accessed via getEventData(). New patch file. - react-native-performance: PerformanceMarkerManager's getExportedCustomDirectEventTypeConstants() overrode the base's MutableMap<String, Any> return type. In RN 0.81 the base changed to Map<String, Any> (covariant narrowing). Updated the patch to match. Both hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
Apr 21, 2026
In RN 0.81 ReactContextBaseJavaModule.currentActivity is no longer accessible as a direct property on the module class; access it via reactApplicationContext.currentActivity instead. Fixes Android Kotlin compile errors: e: MobileWalletProtocolHostModule.kt: Unresolved reference 'currentActivity' e: MobileWalletProtocolHostModule.kt: Unresolved reference 'callingPackage' e: MobileWalletProtocolHostModule.kt: Unresolved reference 'packageManager' ... Hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
Apr 21, 2026
…for RN 0.81 - flash-list: BlankAreaEvent.dispatch references eventData directly, but in RN 0.81's Event<T> base class eventData is protected and must be accessed via getEventData(). New patch file. - react-native-performance: PerformanceMarkerManager's getExportedCustomDirectEventTypeConstants() overrode the base's MutableMap<String, Any> return type. In RN 0.81 the base changed to Map<String, Any> (covariant narrowing). Updated the patch to match. Both hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
Apr 25, 2026
In RN 0.81 ReactContextBaseJavaModule.currentActivity is no longer accessible as a direct property on the module class; access it via reactApplicationContext.currentActivity instead. Fixes Android Kotlin compile errors: e: MobileWalletProtocolHostModule.kt: Unresolved reference 'currentActivity' e: MobileWalletProtocolHostModule.kt: Unresolved reference 'callingPackage' e: MobileWalletProtocolHostModule.kt: Unresolved reference 'packageManager' ... Hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
Apr 25, 2026
…for RN 0.81 - flash-list: BlankAreaEvent.dispatch references eventData directly, but in RN 0.81's Event<T> base class eventData is protected and must be accessed via getEventData(). New patch file. - react-native-performance: PerformanceMarkerManager's getExportedCustomDirectEventTypeConstants() overrode the base's MutableMap<String, Any> return type. In RN 0.81 the base changed to Map<String, Any> (covariant narrowing). Updated the patch to match. Both hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
Apr 30, 2026
…for RN 0.81 - flash-list: BlankAreaEvent.dispatch references eventData directly, but in RN 0.81's Event<T> base class eventData is protected and must be accessed via getEventData(). New patch file. - react-native-performance: PerformanceMarkerManager's getExportedCustomDirectEventTypeConstants() overrode the base's MutableMap<String, Any> return type. In RN 0.81 the base changed to Map<String, Any> (covariant narrowing). Updated the patch to match. Both hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
May 4, 2026
…for RN 0.81 - flash-list: BlankAreaEvent.dispatch references eventData directly, but in RN 0.81's Event<T> base class eventData is protected and must be accessed via getEventData(). New patch file. - react-native-performance: PerformanceMarkerManager's getExportedCustomDirectEventTypeConstants() overrode the base's MutableMap<String, Any> return type. In RN 0.81 the base changed to Map<String, Any> (covariant narrowing). Updated the patch to match. Both hunks ported from #6924.
janicduplessis
added a commit
that referenced
this pull request
May 6, 2026
…for RN 0.81 - flash-list: BlankAreaEvent.dispatch references eventData directly, but in RN 0.81's Event<T> base class eventData is protected and must be accessed via getEventData(). New patch file. - react-native-performance: PerformanceMarkerManager's getExportedCustomDirectEventTypeConstants() overrode the base's MutableMap<String, Any> return type. In RN 0.81 the base changed to Map<String, Any> (covariant narrowing). Updated the patch to match. Both hunks ported from #6924.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes APP-####
What changed (plus any additional context for devs)
Screen recordings / screenshots
What to test