Skip to content

Commit 32e4757

Browse files
Update src/connections/sources/catalog/libraries/mobile/react-native/index.md
1 parent 6bb4f26 commit 32e4757

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
@@ -693,7 +693,7 @@ import {
693693
}
694694
```
695695
### How do I add to the context Object?
696-
Similar to the integrations object above you'll need to use a plugin to access and modify the context object. For example, if you'd like to add `context.groupId` to every Track call this can be added like so:
696+
Like with the integrations object above, you'll need to use a plugin to access and modify the context object. For example, if you'd like to add `context.groupId` to every Track call, you should create a plugin like this:
697697
```js
698698
//in AddToContextPlugin.js
699699
import {

0 commit comments

Comments
 (0)