invertase / notifee

⚛️ A feature rich notifications library for React Native.
https://notifee.app
Apache License 2.0
1.88k stars 228 forks source link

build(deps): get react-native code and CI working on current toolchains #933

Closed mikehardy closed 11 months ago

mikehardy commented 11 months ago

The react-native bits were not even working on current (JDK17, Xcode 15, Node v18) versions of main development components, this gets things moving

Primarily it's adopting react-native 0.69.x in the tests_react_native app as that's what I'm using to verify changes

No attempt to bring non-vital things up to date yet, including the example app - just want basic ability to verify critical changes prior to making them

codecov[bot] commented 11 months ago

Codecov Report

Merging #933 (704a852) into main (09336ba) will not change coverage. Report is 2 commits behind head on main. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #933 +/- ## ======================================= Coverage 77.41% 77.41% ======================================= Files 32 32 Lines 1691 1691 Branches 546 567 +21 ======================================= Hits 1309 1309 + Misses 381 333 -48 - Partials 1 49 +48 ```