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 e6c0e29 commit 0950405Copy full SHA for 0950405
manual_installation.md
@@ -7,7 +7,7 @@
7
1. Open your Podfile in (usually in `[your project's name]` ➜ `ios` ➜ `Podfile`)
8
2. Append the following lines to your `Podfile`:
9
```
10
- pod 'react-native-text-gradient',
+ pod 'RNTextGradientView',
11
:path => "../node_modules/react-native-text-gradient/RNTextGradientView.podspec"
12
13
3. Go to `[your project's name]` ➜ `ios` and run the following:
0 commit comments