Skip to content

Commit 4f41e39

Browse files
committed
chore: prepare release
1 parent 6a1684d commit 4f41e39

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

example/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
import React, {Component} from 'react';
7-
import {PermissionsAndroid, Platform} from 'react-native';
87
import {
98
StyleSheet,
109
Text,

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,4 +472,4 @@ SPEC CHECKSUMS:
472472

473473
PODFILE CHECKSUM: 893b3f5aa841eb3409bcefa30c3ddc9e1dc48230
474474

475-
COCOAPODS: 1.9.3
475+
COCOAPODS: 1.9.3

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@react-native-community/cameraroll": "^4.0.1",
1414
"react": "16.13.1",
15-
"react-native": "0.63.3"
16-
"react-native-picker-select": "^7.0.0",
15+
"react-native": "0.63.3",
16+
"react-native-picker-select": "^7.0.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.8.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-image-resizer",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Rescale local images with React Native",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)