New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

with-rn-image-crop-picker

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

with-rn-image-crop-picker

An Expo config plugin for painless setup of `react-native-image-crop-picker`

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
982
increased by29.72%
Maintainers
1
Weekly downloads
 
Created
Source

with-rn-image-crop-picker

Expo config plugin for react-native-image-crop-picker.

Warning

Only supports iOS right now.

Requires Expo Dev Client. Learn more about:

Usage

  1. Install with Expo
$ expo install with-rn-image-crop-picker
  1. Check your app.json. It should look like this:
 "plugins": [
      "with-rn-image-crop-picker"
    ],
  1. Rebuild your app
$ expo prebuild
$ expo run:ios --device

Configuartion

You can configure the iOS messages by adding the following props to your app.json file:

  • PhotoLibraryUsageDescription
  • CameraUsageDescription
  • MicrophoneUsageDescription

Example:

"plugins": [
  [
		"with-rn-image-crop-picker",
		{
			"PhotoLibraryUsageDescription": "Allow app XYZ to access your photos",
			"CameraUsageDescription": "Allow app XYZ to access your camera",
			"MicrophoneUsageDescription": "Allow app XYZ to access your microphone"
		}
	]
]

Contributing

Contributions are very welcome!

FAQs

Package last updated on 09 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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