Skip to content

[WIP] Update react native to 0.81 + new arch#6924

Open
janicduplessis wants to merge 89 commits intodevelopfrom
eq/update-react-native-0.81.0
Open

[WIP] Update react native to 0.81 + new arch#6924
janicduplessis wants to merge 89 commits intodevelopfrom
eq/update-react-native-0.81.0

Conversation

@janicduplessis
Copy link
Copy Markdown
Contributor

Fixes APP-####

What changed (plus any additional context for devs)

Screen recordings / screenshots

What to test

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Nov 5, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​eslint@​8.22.0 ⏵ 8.57.189 -5100100 +150100
Addednpm/​@​react-native/​typescript-config@​0.81.51001006397100
Updatednpm/​@​babel/​plugin-transform-export-namespace-from@​7.25.9 ⏵ 7.27.11001006993100
Addednpm/​@​types/​react-test-renderer@​19.1.01001007081100
Updatednpm/​react-native-turbo-haptics@​1.0.8 ⏵ 1.0.972 +11008390100
Updatednpm/​@​react-native/​metro-config@​0.79.0 ⏵ 0.81.5100 +110073 +397 +1100
Updatednpm/​@​babel/​plugin-transform-runtime@​7.26.10 ⏵ 7.28.5991007496 +1100
Updatednpm/​@​react-native-community/​cli@​18.0.0 ⏵ 20.0.298 +1100 +7575 +193 -3100
Updatednpm/​expo-linear-gradient@​14.1.5 ⏵ 15.0.775 +110083100100
Addednpm/​react-native-section-list-get-item-layout@​2.2.3951007675100
Updatednpm/​expo@​51.0.37 ⏵ 54.0.229910078 +3100 +1100
Updatednpm/​react-native-safe-area-context@​5.4.0 ⏵ 5.6.110010078 +185 -6100
Addednpm/​react-test-renderer@​19.1.0781008598100
Updatednpm/​@​babel/​runtime@​7.27.1 ⏵ 7.28.41001007995100
Updatednpm/​@​babel/​core@​7.26.10 ⏵ 7.28.5971008095100
Updatednpm/​react-native-change-icon@​4.0.0 ⏵ 5.0.086100100 +280 +4100
Updatednpm/​react-native-haptic-feedback@​2.2.0 ⏵ 2.3.3100100100 +180100
Updatednpm/​react-native-quick-md5@​3.0.6 ⏵ 3.0.980 +510081 +282 -2100
Addednpm/​@​babel/​parser@​7.28.5991008196100
Updatednpm/​@​react-native/​babel-preset@​0.74.87 ⏵ 0.81.597 +110082 +197100
Addednpm/​react-native-worklets@​0.7.1991008398100
Updatednpm/​react-native-view-shot@​4.0.3 ⏵ 4.0.210010010083 +1100
Updatednpm/​@​react-native-menu/​menu@​1.2.3 ⏵ 2.0.0100 +110010084 -5100
Updatednpm/​react@​19.0.0 ⏵ 19.1.0100 +11008497100
Updatednpm/​react-native-ble-plx@​3.2.1 ⏵ 3.5.099 +110010085 +2100
Addednpm/​react-native-advanced-input-mask@​1.4.69510010087100
Updatednpm/​@​react-native-firebase/​remote-config@​20.1.0 ⏵ 23.5.010010088 +198 +380
Updatednpm/​react-native-webview@​13.13.5 ⏵ 13.16.0100 +110096 +188100
Updatednpm/​@​react-native-firebase/​app@​20.1.0 ⏵ 23.5.0100 +110088 +194 -280
Updatednpm/​@​react-native-firebase/​messaging@​20.1.0 ⏵ 23.5.0100 +110090 +194 -280
Updatednpm/​react-native-svg@​15.11.2 ⏵ 15.12.199 +110010090 -3100
Updatednpm/​react-native-animateable-text@​0.16.0-beta.0 ⏵ 0.17.192 +4100100 +191 +5100
See 9 more rows in the dashboard

View full report

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 6, 2025

Launch in simulator or device for f69212b

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 6, 2025

🧪 Flashlight Performance Report (AWS Device Farm)

🔀 Commit: 47e7827

📎 View Artifacts

Metric Current Δ vs Baseline
Time to Interactive (TTI) 5441 ms
Average FPS 56.09
Average RAM 397.6 MB

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 7, 2025

Launch in simulator or device for daa7d19

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 7, 2025

Launch in simulator or device for afcba61

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 7, 2025

Launch in simulator or device for e6dce43

@github-actions
Copy link
Copy Markdown

Launch in simulator or device for 2882895

@github-actions
Copy link
Copy Markdown

Launch in simulator or device for 5b9cfa5

@rainbow-me rainbow-me deleted a comment from blacksmith-sh Bot Nov 15, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants