We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62baf04 commit 363fdccCopy full SHA for 363fdcc
ios/RCTImageResizer/RCTImageResizer.m
@@ -10,11 +10,9 @@
10
#if __has_include(<React/RCTBridgeModule.h>)
11
#import <React/RCTBridgeModule.h>
12
#import <React/RCTImageLoader.h>
13
-#import <React/RCTImageURLLoader.h>
14
#else
15
#import "RCTBridgeModule.h"
16
#import "RCTImageLoader.h"
17
-#import "RCTImageURLLoader.h"
18
#endif
19
20
#import <AssetsLibrary/AssetsLibrary.h>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-image-resizer",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Rescale local images with React Native",
5
"repository": {
6
"type": "git",
0 commit comments