segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
367 stars 191 forks source link

Extend peer dependency support to v19 and v20 of react native Firebase #992

Closed adkenyon closed 2 months ago

adkenyon commented 2 months ago

We're getting several peer dependency issues when using the firebase plugin with rn-firebase v19. I've updated the peer dependency declarations to work for v19 (what we're running in prod despite peer dependency warnings) and for v20 (typescript compiler seems to accept and inspection of firebase API seems to show no breaking changes with analytics)

This is effectively a rehash of #883

adkenyon commented 2 months ago

@alanjcharles

alanjcharles commented 2 months ago

addressed in #996