with-rn-image-crop-picker
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -8,7 +8,7 @@ "use strict"; | ||
config.modResults.NSPhotoLibraryUsageDescription = | ||
"Diese App benötigt Zugriff auf deine Fotos"; | ||
"Allow $(PRODUCT_NAME) to access your photo library"; | ||
config.modResults.NSCameraUsageDescription = | ||
"Diese App benötigt Zugriff auf deine Kamera"; | ||
"Allow $(PRODUCT_NAME) to access your camera"; | ||
config.modResults.NSMicrophoneUsageDescription = | ||
"Diese App benötigt Zugriff auf dein Mikrofon"; | ||
"Allow $(PRODUCT_NAME) to access your microphone"; | ||
return config; | ||
@@ -15,0 +15,0 @@ }); |
@@ -6,7 +6,7 @@ import { ConfigPlugin, withInfoPlist } from "@expo/config-plugins"; | ||
config.modResults.NSPhotoLibraryUsageDescription = | ||
"Diese App benötigt Zugriff auf deine Fotos"; | ||
"Allow $(PRODUCT_NAME) to access your photo library"; | ||
config.modResults.NSCameraUsageDescription = | ||
"Diese App benötigt Zugriff auf deine Kamera"; | ||
"Allow $(PRODUCT_NAME) to access your camera"; | ||
config.modResults.NSMicrophoneUsageDescription = | ||
"Diese App benötigt Zugriff auf dein Mikrofon"; | ||
"Allow $(PRODUCT_NAME) to access your microphone"; | ||
@@ -13,0 +13,0 @@ return config; |
{ | ||
"name": "with-rn-image-crop-picker", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/mwegener-com/with-rn-image-crop-picker#readme", | ||
@@ -5,0 +5,0 @@ "author": "Marius Wegener", |
# with-rn-image-crop-picker | ||
Put a description of your Unimodule here | ||
Expo config plugin for react-native-image-crop-picker. | ||
Requires Expo Dev Client | ||
# API documentation | ||
# Installation | ||
- [Documentation for the master branch](https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/sdk/with-rn-image-crop-picker.md) | ||
- [Documentation for the latest stable release](https://docs.expo.io/versions/latest/sdk/with-rn-image-crop-picker/) | ||
1. Install from NPM | ||
# Installation in managed Expo projects | ||
``` | ||
npm install with-rn-image-crop-picker | ||
``` | ||
For managed [managed](https://docs.expo.io/versions/latest/introduction/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects — it is likely to be included in an upcoming Expo SDK release. | ||
2. Add to app.json | ||
# Installation in bare React Native projects | ||
``` | ||
"plugins": [ | ||
"with-rn-image-crop-picker" | ||
], | ||
``` | ||
For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/expo/expo/tree/master/packages/react-native-unimodules) before continuing. | ||
3. Rebuild your app | ||
### Add the package to your npm dependencies | ||
``` | ||
npm install with-rn-image-crop-picker | ||
$ expo prebuild | ||
$ expo run:ios --devive | ||
``` | ||
# Contributing | ||
Contributions are very welcome! Please refer to guidelines described in the [contributing guide]( https://github.com/expo/expo#contributing). | ||
Contributions are very welcome!. |
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
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
32
3100