All Projects → react-native-web-community → React Native Web Linear Gradient

react-native-web-community / React Native Web Linear Gradient

Licence: mit
React Native for Web implementation of react-native-linear-gradient

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Web Linear Gradient

Expo-Badge
A design study for Expo badges
Stars: ✭ 22 (-67.65%)
Mutual labels:  react-native-web
React Native Web
React Native Components and APIs for the Web
Stars: ✭ 19,563 (+28669.12%)
Mutual labels:  react-native-web
Recruit
직방 개발자 채용
Stars: ✭ 35 (-48.53%)
Mutual labels:  react-native-web
rnw boilerplate nav
React Native Web boilerplate for universal web/native apps with a react-router/react-navigation combo navigation system.
Stars: ✭ 54 (-20.59%)
Mutual labels:  react-native-web
Expo Spotify
Spotify UI Clone with React Native & Expo || web support => https://expo-spotify.vercel.app
Stars: ✭ 287 (+322.06%)
Mutual labels:  react-native-web
Este
This repo is suspended.
Stars: ✭ 5,467 (+7939.71%)
Mutual labels:  react-native-web
react-multiversal
React components that works everywhere (iOS, Android, Web, Node)
Stars: ✭ 43 (-36.76%)
Mutual labels:  react-native-web
Rey
RE-imagined Youtube music player for web (& desktop)
Stars: ✭ 59 (-13.24%)
Mutual labels:  react-native-web
Recyclerlistview
High performance listview for React Native and web!
Stars: ✭ 4,033 (+5830.88%)
Mutual labels:  react-native-web
Google Play Swipe
React Native component that renders Google Play Movie layout
Stars: ✭ 17 (-75%)
Mutual labels:  react-native-web
Instagram
A universal instagram clone built with Expo
Stars: ✭ 258 (+279.41%)
Mutual labels:  react-native-web
Create React Native Web App
React Native Web CLI
Stars: ✭ 284 (+317.65%)
Mutual labels:  react-native-web
React Native Web Monorepo
Code sharing between iOS, Android & Web using monorepo
Stars: ✭ 697 (+925%)
Mutual labels:  react-native-web
react-flappy-bird
A side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them.
Stars: ✭ 55 (-19.12%)
Mutual labels:  react-native-web
React Native Web Template
Template project for sharing code between iOS, Android & Web using monorepo
Stars: ✭ 45 (-33.82%)
Mutual labels:  react-native-web
react-native-responsive-query
Responsive style hook for react native.
Stars: ✭ 43 (-36.76%)
Mutual labels:  react-native-web
React Native Hyperlink
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
Stars: ✭ 572 (+741.18%)
Mutual labels:  react-native-web
Lego Expo
Play with Lego bricks anywhere using Expo
Stars: ✭ 65 (-4.41%)
Mutual labels:  react-native-web
Snackui
SnackUI 🍑 - the final React style library. With an *optimizing compiler* that lets you write views naturally, with easier DX, working on native and web at once, all while being faster than hand-rolling your own CSS.
Stars: ✭ 55 (-19.12%)
Mutual labels:  react-native-web
Examples
Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
Stars: ✭ 747 (+998.53%)
Mutual labels:  react-native-web

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].