I cloned https://github.com/oblador/react-native-progress
On the example folder:
npm i react-native run-ios But i got a error,this is the error screenshoot link: Unable to resolve module react
This is the code:
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { Animated, Easing, View, ViewPropTypes, } from 'react-native'; Why can't my react module not be resolved but react native module can?