我已经从react-native-progress下载了“ CircleSnail.js”。
步骤是:
https://github.com/imartingraham/react-native-progress.git
cd D:\trial\reactjs-examples\react-native-progress
此后,我在ReactJS Web项目中添加了“ CircleSnail.js”和“ Shapes”文件夹。
我遇到错误
未找到模块:无法解析“ react-native”-React Native
此问题基于this得到解决。
但是现在编译时出现错误: 以下导入语句不起作用:
import { Animated, ART, Easing } from 'react-native';
错误是:
尝试导入错误:未从'react-native'导出'ART'。
ART是否受网络支持?
该问题的解决方案是什么?