@oguzhnatly/react-native-image-manipulator 1.0.2 → 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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.0.3
2
+
3
+ - Errors fixed.
4
+
1
5
  ## 1.0.2
2
6
 
3
7
  - Typescript module declarations improved.
package/README.md CHANGED
@@ -4,9 +4,13 @@
4
4
  ### OR
5
5
  `$ yarn add @oguzhnatly/react-native-image-manipulator`
6
6
 
7
+ ### Pod installation
8
+
9
+ `$ cd ios && pod install`
10
+
7
11
  ### Mostly automatic installation
8
12
 
9
- `$ react-native link react-native-image-manipulator`
13
+ `$ react-native link @oguzhnatly/react-native-image-manipulator`
10
14
 
11
15
  ### Manual installation
12
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oguzhnatly/react-native-image-manipulator",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "ImageManipulator for react native without Expo and Unimodules. Based on Expo ImageManipulator",
5
5
  "main": "index.js",
6
6
  "author": "oguzhnatly",
@@ -3,7 +3,7 @@ require 'json'
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
4
 
5
5
  Pod::Spec.new do |s|
6
- s.name = package['name']
6
+ s.name = "react-native-image-manipulator"
7
7
  s.version = package['version']
8
8
  s.summary = package['description']
9
9
  s.license = package['license']