react-native-image-picker
Advanced tools
Comparing version 0.10.0 to 0.11.1
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.10.0", | ||
"version": "0.11.1", | ||
"description": "A React Native module that allows you to use the native UIImagePickerController UI to select a photo from the device library or directly from the camera.", | ||
@@ -10,0 +10,0 @@ "author": "Marc Shilling (marcshilling)", |
@@ -7,3 +7,3 @@ # react-native-image-picker | ||
<img title="IOS" src="https://github.com/marcshilling/react-native-image-picker/blob/master/AlertSheetImage.jpg" width="50%"> | ||
<img title="iOS" src="https://github.com/marcshilling/react-native-image-picker/blob/master/images/ios-image.png" width="50%"> | ||
@@ -13,3 +13,3 @@ ### Android | ||
<img title="Android" src="http://i.imgur.com/jMOLd6w.png" width="49%"> | ||
<img title="Android" src="https://github.com/marcshilling/react-native-image-picker/blob/master/images/android-image.png" width="50%"> | ||
@@ -21,3 +21,3 @@ ## Install | ||
2. In the XCode's "Project navigator", right click on your project's Libraries folder ➜ `Add Files to <...>` | ||
3. Go to `node_modules` ➜ `react-native-image-picker` ➜ select the `UIImagePickerManager` folder **Make sure you have 'Create Groups' selected** | ||
3. Go to `node_modules` ➜ `react-native-image-picker` ➜ `ios` ➜ select `UIImagePickerManager.h` and `UIImagePickerManager.m` | ||
4. Make sure `UIImagePickerManager.m` is listed under 'Compile Sources' in your project's 'Build Phases' tab | ||
@@ -122,3 +122,3 @@ 5. Compile and have fun | ||
/** | ||
/** | ||
* The first arg will be the options object for customization, the second is | ||
@@ -125,0 +125,0 @@ * your callback which sends bool: didCancel, object: response. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
715974
29
1