xinthink / react-native-material-kit

Bringing Material Design to React Native
https://rnmk.xinthink.com
MIT License
4.84k stars 575 forks source link

Spinner component locks up InteractionManager #11

Open almost opened 9 years ago

almost commented 9 years ago

While the Spinner component is shown nothing scheduled via InteractionManager will run. Since it's sensible to wrap loading code in InteractionManager this is a bit of a problem!

I feel like this is more of a problem with Animated than with React Native Material Kit so I've created an issue on the React Native issue tracker also:

https://github.com/facebook/react-native/issues/2434

I thought it would be worth mentioning this issue here also though.

xinthink commented 9 years ago

Thanks a lot! I’ll look into it.

JonnyBGod commented 7 years ago

https://github.com/facebook/react-native/pull/3433