Maxime Charruel

Results 8 comments of 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 ;))