File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/react-native-text-gradient.svg?t=1495378566925 )] ( https://badge.fury.io/js/react-native-text-gradient )
4
4
[ ![ 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 )
6
6
[ ![ npm] ( https://img.shields.io/npm/l/express.svg?t=1495378566925 )] ( https://www.npmjs.com/package/react-native-text-gradient )
7
7
8
8
React-Native text gradient component for iOS & Android.
Original file line number Diff line number Diff line change 25
25
26
26
#### Android
27
27
28
- 1 . Open up ` android/app/src/main/java/[...]/MainActivity .java `
28
+ 1 . Open up ` android/app/src/main/java/[...]/MainApplication .java `
29
29
30
30
- Add ` import iyegoroff.RNTextGradient.RNTextGradientPackage; ` to the imports at the top of the file
31
31
- Add ` new RNTextGradientPackage() ` to the list returned by the ` getPackages() ` method
Original file line number Diff line number Diff line change 37
37
" img" ,
38
38
" .dockerignore" ,
39
39
" *.md" ,
40
+ " *.podspec" ,
40
41
" patch-rn.js"
41
42
]
42
43
}
You can’t perform that action at this time.
0 commit comments