undefined is not an object (evaluating '_react3.default.PropType.bool')
See original GitHub issueI just install the plugin today and I got this error.
I read this https://stackoverflow.com/questions/42542540/react2-default-proptypes-function-is-undefined#answer-46434046, but I couldn’t solve it, so I install the component on this one is based, and it works, but this one is easier to use, please fix the issue T_T
React: 0.49.5 ReactNativeCli: 2.0.1 OS: linux
Issue Analytics
- State:
- Created 6 years ago
- Comments:14
Top Results From Across the Web
react native - undefined is not an object (evaluating '_react3 ...
According to the React V15.5.0, PropTypes is not imported from react native, but from 'prop-types' -> import PropTypes from 'prop-types' and ...
Read more >undefined is not an object (evaluating '_react.PropTypes.bool')
Hi @aditya-simplecrm, @GermanMontejo, Even I have the same issue. I can run example project but not new project with react native version 0.49.3....
Read more >Props and PropTypes | Mastering React Native
The components that we've seen so far are completely static in that they take no external input and always render exactly the same....
Read more >typeerror: undefined is not an object (evaluating '_ ... - You.com
ERROR TypeError: undefined is not an object (evaluating '_react.PropTypes.array') ERROR Invariant Violation: Module AppRegistry is not a registered callable ...
Read more >How to validate React props using PropTypes - LogRocket Blog
Learn how to validate props with React PropTypes, React's internal mechanism for adding type checking to component props.
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
You can fix it just using
yarn add https://github.com/merryjs/react-native-app-intro
issue #102
that worked, but now Skip and Done buttons are very close to bullets fixed here => https://github.com/FuYaoDe/react-native-app-intro/issues/86
By adding
customStyles={{ btnContainer: { flex: 1 } }}