You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
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
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:
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