octopitus / rn-sliding-up-panel

Draggable sliding up panel implemented in React Native https://octopitus.github.io/rn-sliding-up-panel/
MIT License
929 stars 157 forks source link

ViewPropTypes has been removed from React Native #215

Closed DevJett closed 2 years ago

DevJett commented 2 years ago

I just installed rn-sliding-up-panel on the lastest version of react-native but I'm getting the following error

ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

    "rn-sliding-up-panel": "^2.4.5"
    "react": "18.0.0",
    "react-native": "0.69.1",

I tried to install the latest version of rn-sliding-up-panel and still getting same error

octopitus commented 2 years ago

@Shrroy Fixed in 2.4.6