Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-image-picker

Package Overview
Dependencies
Maintainers
6
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-image-picker - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

unimodule.json

2

build/ExponentImagePicker.js

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExponentImagePicker;
//# sourceMappingURL=ExponentImagePicker.js.map

@@ -1,2 +0,2 @@

import { UnavailabilityError } from 'expo-errors';
import { UnavailabilityError } from '@unimodules/core';
import ExponentImagePicker from './ExponentImagePicker';

@@ -3,0 +3,0 @@ import { MediaTypeOptions } from './ImagePicker.types';

{
"name": "expo-image-picker",
"version": "3.0.0",
"version": "4.0.0",
"description": "Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.",
"main": "build/ImagePicker.js",
"types": "build/ImagePicker.d.ts",
"sideEffects": false,
"scripts": {

@@ -36,3 +37,3 @@ "build": "expo-module build",

"unimodulePeerDependencies": {
"expo-core": "*"
"@unimodules/core": "*"
},

@@ -42,3 +43,3 @@ "devDependencies": {

},
"gitHead": "9132f99f2ceb431006060c7f89d0928cc2053897"
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
}

@@ -46,3 +46,3 @@ # expo-image-picker

```java
import expo.modules.expo.modules.imagepicker.ImagePickerPackage;
import expo.modules.imagepicker.ImagePickerPackage;
```

@@ -56,4 +56,13 @@ ```java

4. In `AndroidManifest.xml` add the following `activity` within `application`:
```xml
<activity
android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat">
</activity>
```
# Contributing
Contributions are very welcome! Please refer to guidelines described in the [contributing guide]( https://github.com/expo/expo#contributing).

@@ -1,2 +0,2 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExponentImagePicker;

@@ -1,2 +0,2 @@

import { UnavailabilityError } from 'expo-errors';
import { UnavailabilityError } from '@unimodules/core';

@@ -3,0 +3,0 @@ import ExponentImagePicker from './ExponentImagePicker';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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