Skip to content

Commit 0a62f1d

Browse files
Update docs/platforms/react-native/integrations/custom.mdx
Co-authored-by: Antonis Lilis <[email protected]>
1 parent 8fb28e1 commit 0a62f1d

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/integrations

1 file changed

+1
-1
lines changed

docs/platforms/react-native/integrations/custom.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This hook is similar to `processEvent`, but it's called before the event is pass
7070

7171
You can use `processEvent` for most cases, but only when you need to ensure that your hook is called before any other `processEvent` hook use `preprocessEvent`.
7272

73-
Similar to `processEvent`, this hook receives the event, hint, and client as arguments. However, this hook won't allow the return of a modified event and won't `null` to drop the event. You can only mutate the passed in event in this hook:
73+
Similar to `processEvent`, this hook receives the event, hint, and client as arguments. However, this hook won't allow the return of a modified event or `null` to drop the event. You can only mutate the passed in event in this hook:
7474

7575
```javascript
7676
const integration = {

0 commit comments

Comments
 (0)