We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94a3dc commit ef3d04cCopy full SHA for ef3d04c
README.md
@@ -24,10 +24,10 @@ React-Native text gradient component for iOS & Android.
24
- 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;
26
- React-Native:
27
- - 0.0.3 supports rn >= 0.50.0;
+ - with rn >= 0.50.0 use 0.0.3;
28
- 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.
+ - with rn >= 0.53.1 use 0.0.4;
+ - with rn >= 0.54.0 use latest version.
31
32
33
## Example
0 commit comments