Maxime Charruel
Maxime Charruel
In my case, it seems the error happens because I display DraggableFlatList before the component is mounted. I fix it this way: ``` state = { didFinishInitialAnimation: false }; componentDidMount()...
Thanks, pretty annoying warning :) Can someone merge this pull request ?
We're getting the same issue, randomly on release mode only, this is the crash from XCode: Seems to be happening when unmounting a component running an animation.
You deleted all your source code in previous commit ... https://github.com/studioidan/HttpAgent/commit/83a098729659d38ec839b978cc482b666fc088b8 ` HttpAgent.post(baseAPIUrl + "xxx.json").headers("Authorization", tokenApp, "Content-Type","application/json", "Accept", "application/json").withBody("{email:" + email + ",password:" + password + ",salt:" + salt +...
Back from vacation, in fact this is my bad, I didn't check the API I was requesting, it required JSON Post parameters, so I get your code and updated a...
No, this is just a Symfony project with FOSRestBundle, we created an API with some methods. We could have use html params but we used JSON (dunno why ;))
Someone managed to fix this issue ?
I faced the same issue. It was related to react-native-screens. I was using version 3.1.0. I switched to version 3.3.0 and it worked fine: react-native-screens: 3.3.0. @react-navigation/bottom-tabs: 5.11.11. @react-navigation/native: 5.9.4....
Hi @tianzhao-stripe I have tried it today but I'm not able to perform what I want, or maybe I'm not doing things correctly. I tried to generate a paymentIntent (not...