Describe the bug
When installing with the latest React Native version this package causes an uncaught error as it uses ViewPropTypes which have been deprecated by React Native.
To Reproduce
Steps to reproduce the behavior:
- Create new project with react native
- Install [email protected] and import in the code
Expected behavior
As per recommendation in facebook/react-native#33557 (comment) if the import is updated to use deprecated-react-native-prop-types it should work