Skip to content

Commit 7d19d19

Browse files
author
Daniel Tello
authored
Update index.ios.js
Update iOS isPresent function. Test.
1 parent b71fc32 commit 7d19d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const isPresent = (
2626
debounceMs: number = 200
2727
) => {
2828
debounce(
29-
() => callback(true),
29+
callback(null, true),
3030
debounceMs
3131
);
3232
};

0 commit comments

Comments
 (0)