react-native 0.49.3 Compatibility Issue
See original GitHub issueIt looks like a change broke something in Prompt.js
I noticed that if we change the PropTypes
import statement to the following, then the error goes away:
import PropTypes from 'prop-types';
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
React native 0.49 compability on Android · Issue #1048 - GitHub
Steps to Reproduce install react-native 0.49 react native has breaking change on index.[android|ios].js file to only index.js (Release note) ...
Read more >Versions · React Native
React Native versions. Open source React Native releases follow a release train that is coordinated on GitHub through the react-native-releases repository.
Read more >Upgrading react native to latest version - Stack Overflow
My advice is to upgrade to the latest version. There will be enough dependency issues anyway so you're best dealing with them only...
Read more >react-native-meteor - npm
To set up and maintain a ddp connection with a ddp server, freeing the developer from having to do it on their own....
Read more >How to Upgrade to React 18
Please report any issues you encounter while upgrading to React 18. Note for React Native users: React 18 will ship in a future...
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
@karsens lightman73 fixed this in his fork. Until he publishes his fork or @jaysoo updates the original package, I will be using lightman73’s fork which i published on npm.
It is now called rn-prompt.
Running into this issue as well. The last time a diff was merged to master was back in 2016. Is there a fork of this project that’s being actively maintained?