RoderickJDunn

Results 2 issues of RoderickJDunn

I have 2 RadialGradients (both absolutely positioned), with .absoluteFill set, so they both fill the entire screen and overlap one another. Each one has a child TouchableOpacity, but the problem...

Tooltips are not dismissed by tapping them. Some debugging led me to this line in RNTooltips.m: `toolTip.layer.zPosition = 9999;` Commenting this line out enables clickToDismiss functionality, but not sure if...