Skip to content

Commit a498624

Browse files
committed
readme
1 parent 24f14b8 commit a498624

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ React-Native text gradient component for iOS & Android.
2222
## Status
2323

2424
- iOS - component works as drop-in replacement for standard `Text` component, e.g. it is possible to have nested gradients;
25-
- Android - WIP, currently only basic 'wrapper'-like behavior without nesting is supported;
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);
2626
- React-Native:
27-
- with rn >= 0.50.0 use 0.0.3;
28-
- rn 0.53.0 is not supported;
29-
- with rn >= 0.53.1 use 0.0.4;
27+
- with rn >= 0.55.0 use latest version;
3028
- with rn >= 0.54.0 use 0.0.7;
31-
- with rn >= 0.55.0 use latest version.
29+
- with rn >= 0.53.1 use 0.0.4;
30+
- rn 0.53.0 is not supported;
31+
- with rn >= 0.50.0 use 0.0.3.
3232

3333

3434
## Example

0 commit comments

Comments
 (0)