Skip to content

Commit b217a25

Browse files
Merge pull request #6794 from segmentio/fix-6786
Update braze-middleware-react-native.md
2 parents 151318c + ed1bbd1 commit b217a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ strat: react-native
77

88
Braze’s middleware plugin code is open source and available on GitHub. You can view it [here](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-braze-middleware){:target="_blank"}.
99

10-
The Braze middleware plugin is a `BeforePlugin` used to debounce `identify` events for [Braze](https://www.braze.com). This Plugin should be used with a [Cloud Mode](https://segment.com/docs/connections/destinations/#connection-modes) connection to Braze. To connect to Braze with a Device Mode connection use the [Braze Destination Plugin](https://www.npmjs.com/package/@segment/analytics-react-native-plugin-braze) instead. It is not possible to use both plugins in one `Analytics React Native` instance.
10+
The Braze middleware plugin is a `BeforePlugin` used to debounce `identify` events for [Braze](https://www.braze.com). This Plugin should be used with a [Cloud Mode](/docs/connections/destinations/#connection-modes) connection to Braze. To connect to Braze with a Device Mode connection use the [Braze Destination Plugin](https://www.npmjs.com/package/@segment/analytics-react-native-plugin-braze) instead. It is not possible to use both plugins in one `Analytics React Native` instance.
1111

1212
## Installation
1313

@@ -31,7 +31,7 @@ In your code where you initialize the analytics client call the `.add(plugin)` m
3131
```ts
3232
import { createClient } from '@segment/analytics-react-native';
3333

34-
import { BrazePlugin } from '@segment/analytics-react-native-plugin-braze-middleware';
34+
import { BrazeMiddlewarePlugin } from '@segment/analytics-react-native-plugin-braze-middleware';
3535

3636
const segmentClient = createClient({
3737
writeKey: 'SEGMENT_KEY'

0 commit comments

Comments
 (0)