Skip to content

Commit 64d1045

Browse files
authored
Update README.md
1 parent f76a8c3 commit 64d1045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ React-Native text gradient component for iOS & Android.
2424
- iOS - component works as drop-in replacement for standard `Text` component, e.g. it is possible to have nested gradients;
2525
- Android - currently only basic 'wrapper'-like behavior without nesting is supported, [WIP](https://github.com/iyegoroff/react-native-text-gradient/tree/android-nested-gradient);
2626
- 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);
2828
- with rn >= 0.55.0 use 0.0.9;
2929
- with rn >= 0.54.0 use 0.0.7;
3030
- 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
9090
<img src="img/useViewFrame.png" width="300">
9191

9292

93-
# Usage with rn 0.56.0
93+
## Usage with rn 0.56.0
9494

9595
react-native should be patched, because of failing invariant checks
9696

0 commit comments

Comments
 (0)