- iOS or Android? Both
- Expo or regular React Native? React Native
- React Native Version: 0.69.4
- react-native-activity-feed@1.1.1
- getstream@7.2.11
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 react-native-activity-feed@1.1.1 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