🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

react-native-web-linear-gradient

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-web-linear-gradient

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

1.1.2
latest
Version published
Weekly downloads
50K
-2.02%
Maintainers
1
Weekly downloads
 
Created

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.

Note that angleCenter prop is not supported.

Examples

See the storybook.

Contributing

PRs are welcome!

FAQs

Package last updated on 02 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts