react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
Add children to TooltipProps
trafficstars
Fixes the following error which occurs when trying to nest anything within the tooltip:
Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Tooltip> & Readonly<TooltipProps>'.
@jasongaare What do you think about this?
+1. Had the same error in TypeScript, and I was just going to make the same pull request 👍
Currently have this exact fix on patch-package. Would love this merged. :)
Same issue, would be nice to have implemented
Also would love to see this merged into the project.