Moistbobo
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:  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