question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

react-native 0.49.3 Compatibility Issue

See original GitHub issue

It looks like a change broke something in Prompt.js

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:open
  • Created 6 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jakallergiscommented, Dec 4, 2017

@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.

1reaction
dcarrot2commented, Oct 23, 2017

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found