version: "react-native": "^0.54.0",
i alread installed all dependecy, and link react-native-fs and rebuild my project.
when i run npm ls command it will give me this,
npm ERR! peer dep missing: react@^16.3.0-alpha.1, required by react-native@0.54.0
npm ERR! peer dep missing: react-native@^0.51.0, required by react-native-fs@2.9.11
npm ERR! peer dep missing: react-native@^0.51.0, required by react-native-fs@2.9.11
When i add just this line
import CacheableImage from 'react-native-cacheable-image';
i have this error
image.js does not have import PropTypes from 'prop-types'; is this be a problem ? or react-native-fs want react-native version 0.51 ?
version: "react-native": "^0.54.0", i alread installed all dependecy, and link react-native-fs and rebuild my project.
when i run npm ls command it will give me this,
When i add just this line
import CacheableImage from 'react-native-cacheable-image';
i have this error
image.js does not have
import PropTypes from 'prop-types';
is this be a problem ? or react-native-fs want react-native version 0.51 ?Does anyone can work with react native 0.54 ?