Skip to content

Commit

Permalink
docs: Update react-native.md
Browse files Browse the repository at this point in the history
closes #7065
  • Loading branch information
TkDodo authored Mar 11, 2024
1 parent 4254b62 commit 97f274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function useFocusNotifyOnChangeProps(
return notifyOnChangeProps()
}

return notifyOnChangeProps.current
return notifyOnChangeProps
}
}
```
Expand Down

0 comments on commit 97f274e

Please sign in to comment.