Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Jun 2, 2023
1 parent e50ceac commit 10d1c78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FabricExample/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ dependencies {

if (isNewArchitectureEnabled()) {
// If new architecture is enabled, we let you build RN from source
// Otherwise we fallback to a prebuilt .aar bundled in the NPM package.
// Otherwise we fallback to a prebuilt .aar bundled in the npm package.
// This will be applied to all the imported transtitive dependency.
configurations.all {
resolutionStrategy.dependencySubstitution {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# react-native-pdf
[![npm](https://img.shields.io/npm/v/react-native-pdf.svg?style=flat-square)](https://www.npmjs.com/package/react-native-pdf)

A react native PDF view component (cross-platform support)
A React Native PDF view component (cross-platform support)

### Feature

Expand Down Expand Up @@ -180,7 +180,7 @@ v6.6.0 depresed
1. Fixed: Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
2. Added: Decode File Path for iOS
3. Improved: prefer current page for calculating scale factor on fit
4. Improved: Typescript version source
4. Improved: TypeScript version source

v6.5.0
1. Fix: replace mavenCentral with maven
Expand All @@ -190,7 +190,7 @@ v6.5.0
5. Remove: dependency to fbjs

v6.4.0
1. Remove sample for reducing NPM package size
1. Remove sample for reducing npm package size
2. Add support for setting a filename for the cached pdf file
3. Use react-native-blob-util instead of rn-fetch-blob
4. Add blob support
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-native-pdf",
"version": "6.6.2",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"summary": "A React Native PDF view component",
"description": "A React Native PDF view component (cross-platform support)",
"main": "index.js",
"typings": "./index.d.ts",
"repository": {
Expand Down

0 comments on commit 10d1c78

Please sign in to comment.