Browse Source

remove address book import. bump

Yonah Forst 8 years ago
parent
commit
f2b3a2e465
2 changed files with 1 additions and 2 deletions
  1. 1
    1
      package.json
  2. 0
    1
      permissions/RNPPhoto.m

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "react-native-permissions",
2
   "name": "react-native-permissions",
3
-  "version": "0.2.2",
3
+  "version": "0.2.3",
4
   "repository": {
4
   "repository": {
5
     "type": "git",
5
     "type": "git",
6
     "url": "https://github.com/joshblour/react-native-permissions.git"
6
     "url": "https://github.com/joshblour/react-native-permissions.git"

+ 0
- 1
permissions/RNPPhoto.m View File

7
 //
7
 //
8
 
8
 
9
 #import "RNPPhoto.h"
9
 #import "RNPPhoto.h"
10
-#import <AddressBook/AddressBook.h>
11
 #import <AssetsLibrary/AssetsLibrary.h>
10
 #import <AssetsLibrary/AssetsLibrary.h>
12
 
11
 
13
 @import Photos;
12
 @import Photos;