File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
FabricExample/android/app Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ dependencies {
281281
282282if (isNewArchitectureEnabled()) {
283283 // If new architecture is enabled, we let you build RN from source
284- // Otherwise we fallback to a prebuilt .aar bundled in the NPM package.
284+ // Otherwise we fallback to a prebuilt .aar bundled in the npm package.
285285 // This will be applied to all the imported transtitive dependency.
286286 configurations. all {
287287 resolutionStrategy. dependencySubstitution {
Original file line number Diff line number Diff line change 11# react-native-pdf
22[ ![ npm] ( https://img.shields.io/npm/v/react-native-pdf.svg?style=flat-square )] ( https://www.npmjs.com/package/react-native-pdf )
33
4- A react native PDF view component (cross-platform support)
4+ A React Native PDF view component (cross-platform support)
55
66### Feature
77
@@ -180,7 +180,7 @@ v6.6.0 depresed
1801801 . Fixed: Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
1811812 . Added: Decode File Path for iOS
1821823 . Improved: prefer current page for calculating scale factor on fit
183- 4 . Improved: Typescript version source
183+ 4 . Improved: TypeScript version source
184184
185185v6.5.0
1861861 . Fix: replace mavenCentral with maven
@@ -190,7 +190,7 @@ v6.5.0
1901905 . Remove: dependency to fbjs
191191
192192v6.4.0
193- 1 . Remove sample for reducing NPM package size
193+ 1 . Remove sample for reducing npm package size
1941942 . Add support for setting a filename for the cached pdf file
1951953 . Use react-native-blob-util instead of rn-fetch-blob
1961964 . Add blob support
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-pdf" ,
33 "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) " ,
66 "main" : " index.js" ,
77 "typings" : " ./index.d.ts" ,
88 "repository" : {
You can’t perform that action at this time.
0 commit comments