maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

Prevent or force screen blocking? #69

Open kirakik opened 7 years ago

kirakik commented 7 years ago

Currently, if we display a spinner, there is no way to determine whether or not we want the user interaction to be blocked. It would be nice to have that option

maxs15 commented 7 years ago

How is it related to the spinner ?

kirakik commented 7 years ago

In popular iOS libraries such as SVProgressHUD, the logic of blocking or not the user interaction is part of the spinner and a very useful feature.