首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
sww专题
react-native-sww-toast
https://github.com/shiwenwen/react-native-sww-toast 兼容ios android的toast 使用方法 import Toast from 'react-native-sww-toast';//任意需要弹出toast的地方 (toast显示两秒会自动消失)Toast.show(message,location='center',tou
阅读更多...
react-native-sww-activity-indicator
兼容ios android的ActivityIndicator 支持文字指示(例如显示进度), 菊花会有个透明背景遮挡住下面的所有视图,拦截住点击 使用方法 import SActivityIndicator from 'react-native-sww-activity-indicator';//在任意需要显示菊花的地方 (SActivityIndicator.show(ani
阅读更多...