Ben Pearce
Ben Pearce
Hi, sorry if I'm missing this, but where do the types for `MailObject`, `BounceObject`, `ComplaintObject` etc exist?
Also have this issue - [React-Native-Tab-With-Infinite-Scroll](https://github.com/HexmosTech/React-Native-Tab-With-Infinite-Scroll) seems to have a fix?
I also have this issue, I would be keen to get this fixed if anyone can help
I'm having a similar issue too. Given a normal `` component, the solution might be to set [pointerEvents](https://reactnative.dev/docs/view#pointerevents) to `"box-none"` like so ``. `box-none` means that the parent component does...