AP Fritts
AP Fritts
@ngodanghuuha Did you try setting `useReactNativeModal` to `false`? You cannot render 2 tooltips at the same time on iOS because you cannot have 2 modals at the same time.
@Saikedo do you know why that solution works? I have a pretty plain view and needed to add the `alignSelf` tag to the view containing the Tooltip to get it...
@YagoSFL, for clarification, is the scrollview in the child of the tooltip or in the content of the tooltip?
@dansimau did you find a solution to this? Or figure out what was causing it? We're QA'ing our app now and it's happening to our production builds but wasn't happening...
I ended up fixing this by adding `{flex: 1, flexGrow: 1}` to the text style.
Have you tried using `TooltipChildrenContext`? ``` import {TooltipChildrenContext} from 'react-native-walkthrough-tooltip' ... render() { return ( {({tooltipDuplicate}) => ( Is child? {tooltipDuplicate ? 'yes' : 'no'} ) } ) } ```
There are a few other issues that also request this feature: #29, #253, and #55. #29 has some code in it for hacking this. As a formal feature request, I...
hi @glepur 👋🏻 this seems to work fairly well. Can we get this PR merged? Thanks!
Updates: 1) switching your default browser to Chrome presents the signing window (in Chrome) correctly and lets a user continue 2) I've tested this on the latest macOS 12.3 beta...
Closing this since I can't reproduce it now.