We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900e75f commit 1d92009Copy full SHA for 1d92009
2 files changed
README.md
@@ -3,3 +3,21 @@
3
4
## Getting started
5
`$ npm install react-native-web-linear-gradient --save`
6
+
7
+Alias the package in your webpack config:
8
9
+```
10
+resolve: {
11
+ alias: {
12
+ 'react-native': 'react-native-web',
13
+ ...
14
+ 'react-native-linear-gradient': 'react-native-web-linear-gradient',
15
+ }
16
+}
17
18
19
+## Usage
20
+See [react-native-linear-gradient](https://github.com/react-native-community/react-native-linear-gradient).
21
22
+## Contributing
23
+PRs are welcome!
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-web-linear-gradient",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "React Native for Web implementation of react-native-linear-gradient",
"main": "src/index.js",
"repository": {
0 commit comments