Huge News!Announcing our $40M Series B led by Abstract Ventures.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 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

build/index.js

@@ -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!.
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