Dependencies need updates
See original GitHub issueIssue Description
"undefined is not an object (evaluating '_react2.default.PropTypes.shape')"
react-native-parsed-text
is still using React.PropTypes, which is not compatible with RN 0.46
Steps to Reproduce / Code Snippets
Try with RN 0.46
Expected Results
Updates react-native-parsed-text
dependency in order to use with RN > 0.44 (as documentation said)
Additional Information
- React Native version: 0.46.*
- react-native-gifted-chat version: 0.2.5
- Platform(s) (iOS, Android, or both?): both
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
Updating the Dependencies
How to Keep Dependencies Updated · Check out the new versions. Review the changelogs; How new is it? · Check the requirements. The...
Read more >How to Update NPM Dependencies - freeCodeCamp
Here's a workflow that helps me stay on top of updates: first, discover which packages need to be updated and how far behind...
Read more >Push and pull: when and why to update your dependencies
Yes, updating newer dependencies can get you the latest feature, optimization, or minor bugfix. But it also means you're spending time on ......
Read more >When should dependencies be updated?
You should generally upgrade dependencies when: It's required; There's an advantage to do so; Not doing so is disadvantageous.
Read more >Why and How You Should Automate Dependency Updates
A comprehensive look at why dependency management is important and how developers can automate dependency updates.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can we please push this through? As it stands this library is incompatible with the current version of RN.
Why has the PR not been accepted yet ?