0.2.0 • Published 3 years ago

with-rn-image-crop-picker v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

with-rn-image-crop-picker

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

About

This plugin adds the required attributes to the specific files as mentioned in the docs.

iOS

InfoPlist:

  • NSPhotoLibraryUsageDescription
  • NSCameraUsageDescription
  • NSMicrophoneUsageDescription

Android

AndroidManifest: <uses-permission android:name="android.permission.CAMERA"/>

Project build.gradle:

  • maven { url 'https://maven.google.com' }
  • maven { url "https://www.jitpack.io" }

App build.gradle vectorDrawables.useSupportLibrary = true

Important note

Currently there is no support for front-camera.

Requires Expo Dev Client in half-managed workflow. 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
$ expo run:android --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!

Support

"Buy Me A Coffee"

0.2.0

3 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago