react-native-iconfont-cli
https://github.com/iconfont-cli/react-native-iconfont-cli
把iconfont.cn的图标转换成标准RN组件,不依赖字体,支持多色彩,支持热更新
react-native-vector-icons
https://github.com/oblador/react-native-vector-icons
图标库:https://oblador.github.io/react-native-vector-icons/
icon矢量图标
使用教程
react-native-vector-icons 的使用
react-native-linear-gradient
https://github.com/react-native-linear-gradient/react-native-linear-gradient
渐变
react-native-async-storage
https://react-native-async-storage.github.io/async-storage/
- AsyncStorage是一个在 react-native 中轻量存储的库;跟 localStorage 类似,API 也几乎一样
- Async Storage只能用来储存字符串数据,所以为了去储存object类型的数据,先进行序列化JSON.stringify(),当你想要使用数据的时候,使用JSON.parse()