prscX / react-native-tooltips

React Native: Native Tooltip View
Apache License 2.0
271 stars 40 forks source link

Bugfix: avoid double invocation, add exception handling #46

Closed danielwinkler closed 3 years ago

danielwinkler commented 4 years ago

The double invocation may be caused by the wrapped android library. I added a flag that will indicate if the callback had already been invoked as safeguard, furthermore wrapped it in a try catch clause to avoid the app crashing

danielwinkler commented 4 years ago

@prscX could you have a look at this PR please?

danielwinkler commented 3 years ago

@prscX could you please have a look at the open PRs?

prscX commented 3 years ago

@danielwinkler: I have made the fix using another approach.

Could you please try latest release V1.0.3. Let me know if still does not work.

Thanks </ Pranav >

danielwinkler commented 3 years ago

Looks nice, i will let you know if I still encounter a problem

Thanks!