Skip to content

Commit 3d30c95

Browse files
committed
fixed podspec
1 parent 54e2df9 commit 3d30c95

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://badge.fury.io/js/react-native-text-gradient.svg?t=1495378566925)](https://badge.fury.io/js/react-native-text-gradient)
44
[![Dependency Status](https://david-dm.org/iyegoroff/react-native-text-gradient.svg?t=1495378566925)](https://david-dm.org/iyegoroff/react-native-text-gradient)
5-
[![typings included](https://img.shields.io/badge/typings-included-brightgreen.svg?t=1495378566925)](#typescript)
5+
[![typings included](https://img.shields.io/badge/typings-included-brightgreen.svg?t=1495378566925)](src/index.d.ts)
66
[![npm](https://img.shields.io/npm/l/express.svg?t=1495378566925)](https://www.npmjs.com/package/react-native-text-gradient)
77

88
React-Native text gradient component for iOS & Android.

manual_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#### Android
2727

28-
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
28+
1. Open up `android/app/src/main/java/[...]/MainApplication.java`
2929

3030
- Add `import iyegoroff.RNTextGradient.RNTextGradientPackage;` to the imports at the top of the file
3131
- Add `new RNTextGradientPackage()` to the list returned by the `getPackages()` method

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"img",
3838
".dockerignore",
3939
"*.md",
40+
"*.podspec",
4041
"patch-rn.js"
4142
]
4243
}

0 commit comments

Comments
 (0)