Skip to content

Commit

Permalink
Adding support for boolean annotations for UserFlow@RN
Browse files Browse the repository at this point in the history
Summary: Adding support for boolean annotation in UserFlow API.

Reviewed By: cdinh

Differential Revision: D24337853

fbshipit-source-id: 52ed295c64a5650afbb02890f918939fb9d020d6
  • Loading branch information
dmitry-voronkevich authored and facebook-github-bot committed Oct 16, 2020
1 parent 1bbe40a commit 213b02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Reliability/UserFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const UserFlow = {
addAnnotation(
flowId: FlowId,
annotationName: string,
annotationValue: string,
annotationValue: string | boolean,
): void {
if (global.nativeUserFlowAddAnnotation) {
global.nativeUserFlowAddAnnotation(
Expand Down

0 comments on commit 213b02b

Please sign in to comment.