Anton

Results 14 comments of Anton

@nikhilracha Hi there. It is hard to say from this what's wrong exactly. If you pass `loading={1}` to the component, does it become visible?

@nikhilracha I'm not sure either. Can you come up with a demo with `redux-persist`? I can't think of a reason how it can break the Loading Bar now.

@felipe-pereira Please ensure that you are using the latest versions of `react-redux-loading-bar` and `react-redux`. Related issue: #63

@naffiq Sorry, I'm not using `react-native` in my projects and can't allocate time to make the component `react-native`-ready. PRs are very welcome! Most of the logic will be the same....

@cullsin I think what you can do here is to import LoadingBar and extend it with `react-native` specific code for `render`. I haven't tried that but I think the following...

@epavan Hi there. I have never seen this issue before. I tried to reproduce it on the [demo](https://mironov.github.io/react-redux-loading-bar/) without luck so far. Could you help me with that? It is...

@faizaankhan Hi there. Thank you for your kind words. You can increase `updateTime` or decrease `progressIncrease` to slow down the progress simulation. Please see how to pass them at https://github.com/mironov/react-redux-loading-bar#configure-progress-simulation...

@ahmadsukabul That must mean that the component can't find Redux `store` in the context. Please make sure that you have wrapped up your React tree in the `Provider` as it...

@Malexs Could you provide a repository that reproduces the issue? The [demo](https://mironov.github.io/react-redux-loading-bar/) of the Loading Bar uses `react-redux` 7, and seems to be working fine: https://github.com/mironov/react-redux-loading-bar/tree/gh-pages