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 `
2121
2222Using 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
2727Using 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
3232Run ` 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
You can’t perform that action at this time.
0 commit comments