Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 672 Bytes

File metadata and controls

26 lines (20 loc) · 672 Bytes

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!