File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ You need to install the `@segment/analytics-react-native-plugin-braze` and the `
21
21
22
22
Using NPM:
23
23
``` 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
25
25
```
26
26
27
27
Using Yarn:
28
28
``` 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
30
30
```
31
31
32
32
Run ` pod install ` after the installation to autolink the Braze SDK.
33
33
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.
35
35
36
36
## Using the Plugin in your App
37
37
You can’t perform that action at this time.
0 commit comments