redbaron76 / navbar-native

a fully customizable navbar component for React-Native
90 stars 24 forks source link

undefined is not an object (evaluating '_react.PropTypes.bool') #21

Closed fab-mont closed 6 years ago

fab-mont commented 6 years ago

I've already set up the vector icons, but I got this error when I simply import the component in my JS file.

molkabenamor commented 6 years ago

Hello, I would like to know how did you solved the problem. thank you in advance

zedtux commented 6 years ago

Same as @molkabenamor here. I'm facing this error on my iOS and Android apps.

Apparently it is due to a very old version of the react-native-keyboard-aware-scroll-view package. Using yarn to install a newer version (yarn add react-native-keyboard-aware-scroll-view) solved this issue (but I have another one now from another package).

The other errors are exactly the same story, react-native-spinkit and react-native-vector-icons are really too old.