Skip to content

Commit

Permalink
fix(docs): autocapture docs for react-native (#9776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj authored Nov 1, 2024
1 parent 8cdb152 commit aa96d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/docs/libraries/react-native/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can tweak how autocapture works by passing custom options.
if (params.id) return `${name}/${params.id}`
return name
},
routeToParams: (name, params) => {
routeToProperties: (name, params) => {
if (name === "SensitiveScreen") return undefined
return params
},
Expand Down

0 comments on commit aa96d33

Please sign in to comment.