Skip to content

Commit ef3d04c

Browse files
committed
readme
1 parent b94a3dc commit ef3d04c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ 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 - WIP, currently only basic 'wrapper'-like behavior without nesting is supported;
2626
- React-Native:
27-
- 0.0.3 supports rn >= 0.50.0;
27+
- with rn >= 0.50.0 use 0.0.3;
2828
- rn 0.53.0 is not supported;
29-
- 0.0.4 supports rn >= 0.53.1;
30-
- rn >= 0.54.0 is not supported yet.
29+
- with rn >= 0.53.1 use 0.0.4;
30+
- with rn >= 0.54.0 use latest version.
3131

3232

3333
## Example

0 commit comments

Comments
 (0)