Gavin A
Results
1
comments of
Gavin A
Try this (/) install prop-types: npm install prop-types --save (/) update react-native-touchable-bounce/src/index.js with following line import { PropTypes } from 'prop-types'; (/) in react-native-touchable-bounce/src/index.js replace occurrences of React.PropTypes with PropTypes