JSPM

react-native-web-linear-gradient

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 49715
  • Score
    100M100P100Q162023F
  • License MIT

React Native for Web implementation of react-native-linear-gradient

Package Exports

  • react-native-web-linear-gradient

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-web-linear-gradient) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-web-linear-gradient

React Native for Web implementation of react-native-linear-gradient

Getting started

$ npm install react-native-web-linear-gradient --save

Alias the package in your webpack config:

resolve: {
    alias: {
        'react-native': 'react-native-web',
        ...
        'react-native-linear-gradient': 'react-native-web-linear-gradient',
    }
}

Usage

See react-native-linear-gradient.

Examples

See the storybook.

Contributing

PRs are welcome!