react native gradient card view:适用于React Native的完全可定制的Gradient Card视图 源码
安装 添加依赖项: 纯React Native: npm i react-native-gradient-card-view 世博版: " react-native-gradient-card-view " : " WrathChaos/react-native-gradient-card-view#expo " 对等依赖 重要的! 您需要安装它们。 " react-native-linear-gradient " : " >= 2.x.x " #Expo版本对等依赖项: " react-native-expo-image-cache " : " >= 3.x.x " 基本用法 < GradientCard> 高级用法 您可以查看示例以了解高级用法 < GradientCard style = { { marginTop : 16 } } title = { ite
用户评论