File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# react-native-pdf
2
2
[ ![ npm] ( https://img.shields.io/npm/v/react-native-pdf.svg?style=flat-square )] ( https://www.npmjs.com/package/react-native-pdf )
3
3
4
- A react native PDF view component (cross-platform support)
4
+ A React Native PDF view component (cross-platform support)
5
5
6
6
### Feature
7
7
@@ -180,7 +180,7 @@ v6.6.0 depresed
180
180
1 . Fixed: Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
181
181
2 . Added: Decode File Path for iOS
182
182
3 . Improved: prefer current page for calculating scale factor on fit
183
- 4 . Improved: Typescript version source
183
+ 4 . Improved: TypeScript version source
184
184
185
185
v6.5.0
186
186
1 . Fix: replace mavenCentral with maven
@@ -190,7 +190,7 @@ v6.5.0
190
190
5 . Remove: dependency to fbjs
191
191
192
192
v6.4.0
193
- 1 . Remove sample for reducing NPM package size
193
+ 1 . Remove sample for reducing npm package size
194
194
2 . Add support for setting a filename for the cached pdf file
195
195
3 . Use react-native-blob-util instead of rn-fetch-blob
196
196
4 . Add blob support
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-pdf" ,
3
3
"version" : " 6.6.2" ,
4
- "summary" : " A react native PDF view component" ,
5
- "description" : " A react native PDF view component, support ios and android platform" ,
4
+ "summary" : " A React Native PDF view component" ,
5
+ "description" : " A React Native PDF view component (cross- platform support) " ,
6
6
"main" : " index.js" ,
7
7
"typings" : " ./index.d.ts" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments