react-native-progress

安装
npm install react-native-progress --save

这点很重要:ART.xcodeproj(找到node_modules/react-native/Libraries/ART添加Libraries组,并Build Phases添加libART.aLink Binary With Libraries,(打开Xcode,找到Libraries下的ART点击添加新文件,在上面的路径中找到node_modules/react-native/Libraries/ART)

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
import * as Progress from 'react-native-progress'; <Progress.Bar progress={0.3} width={200} /> <Progress.Pie progress={0.4} size={50} /> <Progress.Circle size={30} indeterminate={true} /> <Progress.CircleSnail color={['red', 'green', 'blue']} />


下面就简单了。

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄