undefined is not an object (evaluating '_react2.PropTypes.oneOf')
See original GitHub issueI’m currently experiencing an issue with this.
undefined is not an object (evaluating '_react2.PropTypes.oneOf')
I had linked this react-native-vector-icons
package too.
version: “react”: “^16.0.0-rc.3”, “react-native”: “^0.48.3”,
How to resolve this?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:14 (5 by maintainers)
Top Results From Across the Web
undefined is not an object ( evaluating 'react2.propTypes ...
PropTypes package has been separated from react since v15.5 as mentioned here. Since you're using an older version of react-native-camera ...
Read more >undefined is not an object ( evaluating 'react2.propTypes ...
Hello everybody, I would like to implement react-native-camera in my project. If I run the example in my project for android, ...
Read more >[Solved]-Getting "undefined is not an object (evaluating '_ ...
Coding example for the question Getting "undefined is not an object (evaluating '_react2.proptypes.string')" after importing react-native-prompt-React ...
Read more >Undefined Is Not An Object '_React2.Proptypes.Bool' - ADocLib
When using the twodimensional code scanning acqrcode packet error undefined is not an object evaluating 'react2.PropTypes.oneOfType'. error undefined is not an ...
Read more >Hi there, I got this error : undefined is not an object (evaluating ...
GoogleSignin.ios. “Hi there, I got this error : undefined is not an object (evaluating '_react2.PropTypes.number')” is published by KONICHIWA.
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 FreeTop 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
Top GitHub Comments
@Balasnest @harshsrivastavaglobussoft let me work on it over the next few days.
@khaiql @Balasnest Me too facing this issue when importing
import ProgressiveInput from 'react-native-progressive-input';
It works perfectly with 16.0.0-alpha.12. But above this react version is not working. Getting this same issue http://prntscr.com/gyd6dl.Please help me out. Badly got stuck here. It was working but after update the react version, its not working.