Gianni Settino

Results 16 comments of Gianni Settino

@danielrhodes given that in most cases, the order in which messages are consumed matters, would it make more sense to use a serial queue in `onText()`?

> Hey [@endrits079](https://github.com/endrits079), this is an expected behaviour as useToast hook internally is accessing some context values. Calling toast.show() inside the useEffect hook is somehow causing the toast context values...

Also an issue for us -- crazy that there isn't a good way to null out parameters...

Bumping this, as its completely broken for us as well. We end up just using the @3x asset across the board to be safe (but that obviously bloats the bundle...

Bumping this, as we're also dealing with this same issue

Hey @joshuaellis, thanks for the quick response. Here's the full error from the console: ``` index.ts:24 Uncaught Error: Dynamic require of "react-native" is not supported at index.ts:24:1 at ./node_modules/@react-spring/native/dist/react-spring_native.modern.mjs (index.ts:14:1)...