Socket
Socket
Sign inDemoInstall

react-native-image-picker

Package Overview
Dependencies
Maintainers
2
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-image-picker - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

2

Example/index.ios.js

@@ -27,3 +27,5 @@ import React from 'react-native';

takePhotoButtonTitle: 'Take Photo...',
takePhotoButtonHidden: false,
chooseFromLibraryButtonTitle: 'Choose from Library...',
chooseFromLibraryButtonHidden: false,
returnBase64Image: true,

@@ -30,0 +32,0 @@ returnIsVertical: false,

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.4.1",
"version": "0.5.0",
"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)",

@@ -9,3 +9,4 @@ # react-native-image-picker

3. Go to `node_modules` ➜ `react-native-image-picker` ➜ select the `UIImagePickerManager` folder
4. Compile and have fun!
4. Make sure `UIImagePickerManager.m` is listed under 'Compile Sources' in your project's 'Build Phases' tab
5. Compile and have fun!

@@ -28,3 +29,5 @@ ## Usage

takePhotoButtonTitle: 'Take Photo...',
takePhotoButtonHidden: false,
chooseFromLibraryButtonTitle: 'Choose from Library...',
chooseFromLibraryButtonHidden: false,
returnBase64Image: false,

@@ -31,0 +34,0 @@ returnIsVertical: false,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc