File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CSS Gradient for LinearGradient
2
2
3
- CSS background image for React-Native.
3
+ CSS background image for React-Native using ` LinearGradient ` from [ Expo ] ( https://expo.io ) .
4
4
Supported backgrounds:
5
5
- [ linear-gradient] ( https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient )
6
6
- [ repeating-linear-gradient] ( https://developer.mozilla.org/en-US/docs/Web/CSS/repeating-linear-gradient )
@@ -33,8 +33,6 @@ render() {
33
33
}
34
34
```
35
35
36
- This library is working only with ` LinearGradient ` from [ Expo] ( https://expo.io ) .
37
-
38
36
TODO: Add fallback to ` react-native-linear-gradient ` package in case when Expo is missing.
39
37
40
38
### Props
@@ -48,4 +46,4 @@ TODO: Add fallback to `react-native-linear-gradient` package in case when Expo i
48
46
49
47
### About
50
48
51
- If you have questions please don't hesistate to contact me on [ Twitter] ( http://twitter.com/mironcatalin ) .
49
+ If you have questions please don't hesistate to contact me on [ Twitter] ( http://twitter.com/mironcatalin ) .
You can’t perform that action at this time.
0 commit comments