@amafil/react-native-pdf-toolkit 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
- package/react-native-pdf.podspec +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
# react-native-pdf-toolkit
|
|
2
|
-
[](@amafil/react-native-pdf-toolkit
|
|
3
|
-
)
|
|
4
2
|
|
|
5
3
|
It is a fork from the original [react-native-pdf](https://github.com/wonday/react-native-pdf) package, with the goal of adding new features and improvements. For now, is an experimental package, and is *not suggested to be used in production*.
|
|
6
4
|
|
package/package.json
CHANGED
package/react-native-pdf.podspec
CHANGED
|
@@ -5,14 +5,14 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|
|
5
5
|
fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1'
|
|
6
6
|
|
|
7
7
|
Pod::Spec.new do |s|
|
|
8
|
-
s.name =
|
|
8
|
+
s.name = 'react-native-pdf-toolkit'
|
|
9
9
|
s.version = package['version']
|
|
10
10
|
s.summary = package['summary']
|
|
11
11
|
s.description = package['description']
|
|
12
12
|
s.author = package['author']['name']
|
|
13
13
|
s.license = package['license']
|
|
14
14
|
s.homepage = package['homepage']
|
|
15
|
-
s.source = { :git => 'https://github.com/
|
|
15
|
+
s.source = { :git => 'https://github.com/amafil/react-native-pdf.git', :tag => "v#{s.version}" }
|
|
16
16
|
s.requires_arc = true
|
|
17
17
|
s.framework = "PDFKit"
|
|
18
18
|
|