Open robertgruba opened 7 years ago
face same.whether you yarn add 'react-native-looped-carousel' ? i cheaked the code of 'react-native-looped-carousel/index.js' I found it need import PropTypes from 'prop-types', and propTypes should like this, static propTypes = { children: PropTypes.node.isRequired, autoplay: PropTypes.bool, delay: PropTypes.number, currentPage: PropTypes.number, style: View.propTypes.style, pageStyle: View.propTypes.style, contentContainerStyle: View.propTypes.style, pageInfo: PropTypes.bool, pageInfoBackgroundColor: PropTypes.string, pageInfoTextStyle: Text.propTypes.style, pageInfoBottomContainerStyle: View.propTypes.style, pageInfoTextSeparator:PropTypes.string, bullets: PropTypes.bool, bulletsContainerStyle: Text.propTypes.style, bulletStyle: Text.propTypes.style, arrows: PropTypes.bool, arrowsContainerStyle: Text.propTypes.style, arrowstyle: Text.propTypes.style, leftArrowText: PropTypes.oneOfType([ PropTypes.string, PropTypes.element, ]), rightArrowText: PropTypes.oneOfType([ PropTypes.string, PropTypes.element, ]), chosenBulletStyle: Text.propTypes.style, onAnimateNextPage: React.PropTypes.func, swipe: React.PropTypes.bool, }; Testde in Android
when i tried installing this using yarn, i got this error.. ive tried everything deleting index.bundles files and generating them again, i also tried re running the packager but no luck