Gustavo Machado

Results 9 comments of Gustavo Machado

Hi @sergeykifyak thanks for bringing this up. Can you describe the complexity you are having? I've been meaning to makes testing of actions easier myself, but I am wondering which...

@sbussetti well... without a promise, you are right, it's throwing outside of the `.then` callback. I wonder whether it would make sense to `wrap` non async calls in promises 🤔...

Not yet, but it's a very good idea! Let me know if you are up for it, or else I'll try to do it soon.

hi @davo11122 this is interesting, how would you use this? Also notice that I have added a STARTED property to the factory to keep the naming consistent, and kept backwards...

There's an actually important update to the plugin for webpack v4 support: https://github.com/facebook/create-react-app/pull/4077/files#diff-3b55301108483c3bb5289672dd9caa59R25

hi @robertmylne not that I know of, here's how I'm moving to the closest card: https://github.com/machadogj/react-native-carousel-control/blob/master/index.js#L103 There might be some new additions to the scrollTo since I did it. I'll...

Apart from what @computerjazz said, I had to also run the following command: `pip3 install --force-reinstall fb-idb` In my case the error message that I started getting after @computerjazz fix...

Maybe this doesn't make any sense, but I've noticed that you can "wrap" Transitioners, for instance this will render correctly: ``` js See how the navigation works below detail navigation)....

In case anybody finds this helpful, I ran the download script of the vox celeb script very recently, and even though I've experienced this same problem, I reached 2313 iterations...