phil-r / react-native-looped-carousel

:carousel_horse: Looped carousel for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined PropTypes.node

ImAtome opened this issue · comments

Everything worked well until I update my packages.

This is where the problem come from : https://imgur.com/a/tHmNx
Is someone else is facing this issue?

[UPDATE] : This is is due to React.PropTypes which is now removed from React and available on 'prop-types' npm package.

commented

you can use this in your package.json

phil-r/react-native-looped-carousel#e23e1ad41e67ee9e95558e7df00c364fbb1b688b

Can you describe, how to use this code in my packege.json ?

commented

look add this

Thank you for your reply, I have already installed this plugin but after update react-native has encountered this error

"react": "16.0.0-beta.5",
"react-native": "0.49.1",
"react-native-looped-carousel": "^0.1.7",

@phil-r can you release a new version with this fix?
the latest version 0.1.7 does not have this.
Please bump the version.

+1

phil-r/react-native-looped-carousel#e23e1ad41e67ee9e95558e7df00c364fbb1b688b

works fine by the way. :)

commented

npm install phil-r/react-native-looped-carousel#e23e1ad41e67ee9e95558e7df00c364fbb1b688b

Should be fixed in 0.1.8