react-native-web-banner-carousel
v1.0.6
Published
a carousel component for React Native Web like react-native-banner-carousel
Maintainers
Readme
react-native-web-banner-carousel
a carousel component for React Native Web like react-native-banner-carousel
Install
$ npm install --save react-native-web-banner-carouselUsage
Please refer to react-native-banner-carousel
Configuring Webpack
// webpack.config.js
module.exports = {
// ...the rest of your config
resolve: {
alias: {
'react-native-banner-carousel': 'react-native-web-banner-carousel'
}
}
}