André Angeloni
André Angeloni
> My guessing is that it happens because you have a ScrollView inside another ScrollView. When I say scrollView I'm meaning ScrollView or FlatList That's correct. I was using a...
> This problem usually persist when we try to use Flatlist inside a ScrollView. In the previous version this wasnt a issue, but after 0.61 this issue has been seen.Is...
> @andrefangeloni Can you explain why `FlatList` should not be inside `ScrollView` with the same orientation? > > I know this warning, but noone could really explain why. @djschilling Because...
Same here. I was observing, this bug only happens when props is used inside attrs( ), otherwise everything is fine. VSCode 1.57.1
@mbukeRepo The problem is on ToastProvider don't expect to receive children by props. It seems no one is maintaining the lib =/
@feleko Thanks for your support, but for me this solution didn't help, because JSX is still necessary. There is a way to trigger toast on a simple function (without React...
@sasilta What did you do to resolve this issue?