braze-react-native-sdk
braze-react-native-sdk copied to clipboard
Public repo for the Braze React Native SDK
### Which Platforms? Android ### Which React Native Version? 0.70.3 ### Which @braze/react-native-sdk SDK version? 8.1.0 ### Repro Rate 100% ### Steps To Reproduce I don't know how to reproduce...
### Which Platforms? iOS ### Which React Native Version? 0.73.5 ### Which @braze/react-native-sdk SDK version? 9.0.0 ### Repro Rate Really hight, especially after switching users ### Steps To Reproduce Example:...
### Which Platforms? Both ### Which React Native Version? 0.72.10 ### Which @braze/react-native-sdk SDK version? 8.4.0 ### Repro Rate 100% ### Steps To Reproduce Example: ``` function App.tsx () {...
### What problem are you facing? Braze SDK allows changing the subscription type to "subscribed"/"unsubscribed" ```typescript Braze.setPushNotificationSubscriptionType('subscribed'); ``` but a way to read what the value is set to couldn't...
### Which Platforms? Android ### Which React Native Version? 0.68.7 ### Which @braze/react-native-sdk SDK version? 8.3.0 ### Repro Rate 100% ### Steps To Reproduce 1. `import Braze from "@braze/react-native-sdk"`. 2....
### What problem are you facing? Hi there! I'm working on supporting the roll out of the [new architecture + bridgeless](https://reactnative.dev/docs/the-new-architecture/landing-page) with Expo and Meta, and as part of that...
### Which Platforms? iOS ### Which React Native Version? 0.71.14 ### Which @braze/react-native-sdk SDK version? 8.0.0 ### Repro Rate 100% of the time ### Steps To Reproduce 1. Open the...
### Which Platforms? iOS ### Which React Native Version? 0.68.7 ### Which @braze/react-native-sdk SDK version? 5.2.0 ### Repro Rate 100% ### Steps To Reproduce Example: 1. `import { BrazePlugin }...
### What problem are you facing? Braze doesn't give out the box solution for background & Quit state messages. Specifically the ability to detect Silent push notification's when in background/quit...
### What problem are you facing? Using the React Native SDK, in app messages are displayed as soon as the app opens, in some cases interrupting important user flows. ###...