react-native-touchable-bounce
react-native-touchable-bounce copied to clipboard
undefined is not an object (evaluating 'React.PropTypes.shape')
On RN version 0.27.2
<TouchableBounce>
<Text>Test</Text>
</TouchableBounce>
Edit : A pull request has been opened for this already, please merge it.
+1
Still not solved?
The owner need to merge the PR but he does not answer
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
Please merge pull request . It has a solution to this issue.