1.0.6 • Published 5 years ago

react-native-web-banner-carousel v1.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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-carousel

Usage

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'
    }
  }
}