Skip to content

Commit 0cd0e2d

Browse files
Update install instructions to new braze sdk
1 parent 2e8cb27 commit 0cd0e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/braze-react-native.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ You need to install the `@segment/analytics-react-native-plugin-braze` and the `
2121

2222
Using NPM:
2323
```bash
24-
npm install --save @segment/analytics-react-native-plugin-braze react-native-appboy-sdk
24+
npm install --save @segment/analytics-react-native-plugin-braze @braze/react-native-sdk
2525
```
2626

2727
Using Yarn:
2828
```bash
29-
yarn add @segment/analytics-react-native-plugin-braze react-native-appboy-sdk
29+
yarn add @segment/analytics-react-native-plugin-braze @braze/react-native-sdk
3030
```
3131

3232
Run `pod install` after the installation to autolink the Braze SDK.
3333

34-
See [Braze React SDK](https://github.com/Appboy/appboy-react-sdk) for more details of this dependency.
34+
See [Braze React SDK](https://github.com/braze-inc/braze-react-native-sdk) for more details of this dependency.
3535

3636
## Using the Plugin in your App
3737

0 commit comments

Comments
 (0)