Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* index.js: import prop types from deprecated package (#229) * package-lock.json: update to new version This commit was generated by: rm package-lock.json npm install Without this commit, I was getting errors downloading packages from nexus.bybutter.com repositories. I'm not clear why those were the resolved sources in the past, but they do not seem to be required. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> * index.js: import prop types from deprecated package This new import path is required for newer versions of React Native. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> * Bump version to 1.6.2 Co-authored-by: Steve Kuznetsov <skuznets@redhat.com>
- Loading branch information
1fab9c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PropTypes.shape is not supported in deprecated-react-native-prop-types
My project in "react": "16.8.6","react-native": "0.60.5" and "react-native-autoheight-webview": "1.5.8" was good with PropTypes from prop-types