Tomasz Nowak

Results 6 comments of Tomasz Nowak

I made it by changing ```javascript SplashScreen.show(this); ``` to ```javascript SplashScreen.show(this.getPlainActivity()); ```

Actually I don't think it's necessary, I'm pretty satisfied with the "defaultReducer" solution :) A more detailed description in the documentation will be sufficient for me.

I have the same issue on Chrome with the Tooltip component copied to my app 1:1 from here: https://codesandbox.io/s/basic-tooltip-problem-react-laag-j8w72. It's easier to recreate if you enable 6x CPU slowdown in...

I've tested it in depth and this behaviour occurs in version 2.0.5. When I downgraded the lib to 2.0.0, it works as expected.

I was just struggling with this and handle it that way: ```js goToPrevScroll = (oldScrollHeight) => { const list = document.getElementById('messages-list'); list.scrollTop = list.scrollHeight - oldScrollHeight + list.scrollTop; } ```...

I also run on this issue. The request from the server is resolved, but `data` is still undefined, `isLoading` still true, `isValidating` is also true. When I blur and refocus...