You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@exodus/react-native-web-linear-gradient

Package Overview
Dependencies
Maintainers
70
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/react-native-web-linear-gradient

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

1.1.2-exodus.0
latest
Source
npmnpm
Version published
Maintainers
70
Created
Source

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!

Keywords

react-native

FAQs

Package last updated on 03 Jan 2022

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