react-native-smart-loading
v1.0.1
Published
react-native loading
Downloads
5
Readme
目的
为解决使用【react-native-easy-loading】的loading在某些情况下loading无法关闭
解决办法
目前找到两种办法
1.在关闭时设置延迟
2.修改Modal的animationType
我这里使用了第二种,默认情况下animationType为none,同时加入了可以设置animationType的方法setConf,传入的对象用于修改Loading的state