Skip to content

Commit 0950405

Browse files
committed
Update manual_installation.md
1 parent e6c0e29 commit 0950405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
1. Open your Podfile in (usually in `[your project's name]``ios``Podfile`)
88
2. Append the following lines to your `Podfile`:
99
```
10-
pod 'react-native-text-gradient',
10+
pod 'RNTextGradientView',
1111
:path => "../node_modules/react-native-text-gradient/RNTextGradientView.podspec"
1212
```
1313
3. Go to `[your project's name]``ios` and run the following:

0 commit comments

Comments
 (0)