Hagen Hübel

Results 46 comments of Hagen Hübel

``` this.refs.toast.show('hello world!', DURATION.FOREVER); // later on: this.refs.toast.close('hello world!'); ```

Formatic seems to break the Provider-interface with a different structure of methods

Hi @birdofpreyru, I was on a retreat without any mobile connection, hence no internet, no github. I just saw your take. Let's discuss further in #1197

Regarding the first question, pls consider this post: https://github.com/itinance/react-native-fs/issues/1115

Still facing the same issue. ``` router.afterEach((to, from, failure) => { if (failure) return; console.log('Route Changed: ', from.fullPath, to.fullPath); sendToAnalytics('nav', from.fullPath, to.fullPath); }); ``` this will be called twice once...

Hi @birdofpreyru, thank you very much for your initiative. As I already wrote here one year ago (https://github.com/itinance/react-native-fs/issues/1115), I can not provide all the time anymore that is required for...

Proxy-Addresses for Polygon can be found here: https://docs.opensea.io/docs/polygon-basic-integration

@andrekat @BountyCountry it seems that even on MainNet this proxy won't work anyways! After minting the NFTs (we tried both: ERC721 and ERC1155 with the corresponding proxy-Adress) and after listing...

@yfng96 we solved it in our ERC721 with the following extension to `isAprovedForAll`: ``` /** * Override isApprovedForAll to auto-approve OS's proxy contract */ function isApprovedForAll(address _owner, address _operator) public...

I even get this error now when purchasing existing Items from Contracts on Polygon that has been working properly 3 months ago.