【发布时间】:2018-03-05 01:45:32
【问题描述】:
我克隆了https://github.com/oblador/react-native-progress
在示例文件夹上:
npm i
react-native run-ios
但我遇到了错误,这是错误截图链接:Unable to resolve module react
这是代码:
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {
Animated,
Easing,
View,
ViewPropTypes,
} from 'react-native';
为什么我的react模块不能解析,而react native模块可以?
【问题讨论】:
标签: node.js reactjs react-native node-modules