Socket
Socket
Sign inDemoInstall

react-native-cameraroll-image-picker

Package Overview
Dependencies
522
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-native-cameraroll-image-picker",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {

@@ -5,0 +5,0 @@ "build": "rimraf dist && tsc && yarn copy-files",

# `react-native-cameraroll-image-picker`
![Supports Android and iOS][supported-os-badge]
![MIT License][license-badge]
[![Lean Core Badge][lean-core-badge]][lean-core-issue]
Image Picker with cameraroll
https://user-images.githubusercontent.com/47880048/174566194-e25ac508-bc4e-4543-aa4e-275d2c8d229b.mp4
## Getting started
`$ npm install @react-native-community/cameraroll --save`
`$ npm install react-native-cameraroll-image-picker --save && npx pod-install`

@@ -15,2 +20,15 @@

ios/Podfile
```
target 'routine' do
config = use_native_modules!
permissions_path = '../node_modules/react-native-permissions/ios'
pod 'Permission-PhotoLibrary', :path => "#{permissions_path}/PhotoLibrary/Permission-PhotoLibrary.podspec"
...
```
The user's permission is required in order to access the Camera Roll on devices running iOS 10 or later. Add the `NSPhotoLibraryUsageDescription` key in your `Info.plist` with a string that describes how your app will use this data. This key will appear as `Privacy - Photo Library Usage Description` in Xcode.

@@ -17,0 +35,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc