You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ React-Native text gradient component for iOS & Android.
24
24
- iOS - component works as drop-in replacement for standard `Text` component, e.g. it is possible to have nested gradients;
25
25
- Android - currently only basic 'wrapper'-like behavior without nesting is supported, [WIP](https://github.com/iyegoroff/react-native-text-gradient/tree/android-nested-gradient);
26
26
- React-Native:
27
-
- with rn >= 0.56.0 use 0.0.11 and [patch](#Usage with rn 0.56.0);
27
+
- with rn >= 0.56.0 use 0.0.11 and [patch](##_Usage_with_rn_0.56.0);
28
28
- with rn >= 0.55.0 use 0.0.9;
29
29
- with rn >= 0.54.0 use 0.0.7;
30
30
- with rn >= 0.53.1 use 0.0.4;
@@ -90,7 +90,7 @@ Optional. If true gradient will be calculated for text view background frame rat
90
90
<imgsrc="img/useViewFrame.png"width="300">
91
91
92
92
93
-
# Usage with rn 0.56.0
93
+
##Usage with rn 0.56.0
94
94
95
95
react-native should be patched, because of failing invariant checks
0 commit comments