Skip to content

Commit 203e0db

Browse files
authored
Update index.md
1 parent 15ede7d commit 203e0db

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ const segmentClient = createClient({
614614
The instanceId was introduced in [V 2.10.1](https://github.com/segmentio/analytics-react-native/releases/tag/%40segment%2Fanalytics-react-native-v2.10.1) and correlates events to a particular instance of the client in a scenario when you might have multiple instances on a single app.
615615
616616
### How do I interact with the integrations object?
617-
The integrations object is no longer part of the Segment events method signature. To access the integrations object, in order to control what destinations the event reaches, you can instead use a Plugin:
617+
The integrations object is no longer part of the Segment events method signature. To access the integrations object and control what destinations the event reaches, you can use a Plugin:
618618
619619
```js
620620
import {

0 commit comments

Comments
 (0)