Moistbobo

Results 5 comments of Moistbobo

I got around this problem by renaming the validate function by adding an extra e so it wouldn't clash with what ever was causing the ambiguous errors. I don't have...

I am also experiencing this, here's what appears in the console: ![image](https://user-images.githubusercontent.com/29080587/184520235-2f1d865a-770b-4b01-98c2-d77911083bee.png) And the `data` object that gets sent (addresses omitted) ```json { "chain_id": "desmos-mainnet", "account_number": "0", "sequence": "0", "fee":...

I resolved this issue by installing `@react-native-community/art` to my project

I've created a patch for those who use patch-package but don't want to fork the repo: (this is just the index.js from @tiennguyen9988 's forked version) https://gist.github.com/Moistbobo/2b4bbc5a4a4a0b4c405b44024b5b8c82

Here is a work around. It triggers a rerender when the image source of the mask is loaded: https://github.com/react-native-masked-view/masked-view/issues/135