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.

undefined is not an object (evaluating '_react3.default.PropType.bool')

See original GitHub issue

I 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

reactnative

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:14

github_iconTop GitHub Comments

25reactions
eriveltoneliascommented, Oct 31, 2017

You can fix it just using

yarn add https://github.com/merryjs/react-native-app-intro

issue #102

4reactions
apatche7commented, Feb 8, 2018

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

Read more comments on GitHub >

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

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