UNPKG

react-native-web-infinite-swiper

Version:

Simple swiper / slider. Works both on React-Native and React-Native-Web with infinite scroll feature.

9 lines (7 loc) 164 B
import PropTypes from 'prop-types'; export const nodeType = PropTypes.oneOfType([ PropTypes.element, PropTypes.object, PropTypes.bool, PropTypes.func, ]);