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
354 stars 181 forks source link

Upgrade braze react native sdk to 10.x #946

Closed hvardhan-unth closed 1 month ago

hvardhan-unth commented 1 month ago

Updated the braze react native sdk from 5.x to 10.x (latest version).

The latest version of braze react native sdk supports react native version 0.73 which is not supported in barze sdk 5.x.

Tested from local system using emulator.

alanjcharles commented 1 month ago

@hvardhan-unth I think these tests are failing bc yarn.lock has been modified and this is a public pull request. Can you fix that? If not, it shouldn't block merging but it's better to make sure all of the CI tests are passing if we can help it. Thanks!

hvardhan-unth commented 1 month ago

@alanjcharles Please check the PR again as I have removed the unnecessary changes from the yarn.lock file. The changes that are present in yarn.lock file are necessary as we are upgrading the version of braze-react-native sdk.

alanjcharles commented 1 month ago

thanks!