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

@rescript-react-native/image-picker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rescript-react-native/image-picker

ReScript bindings for react-native-image-picker.

  • 3.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@rescript-react-native/image-picker

Build Status Version ReScript Forum

ReScript bindings for react-native-image-picker.

Exposed as ReactNativeImagePicker module.

@rescript-react-native/image-picker X.y.* means it's compatible with react-native-image-picker X.y.*

Installation

When react-native-image-picker is properly installed & configured by following their installation instructions, you can install the bindings:

npm install @rescript-react-native/image-picker
# or
yarn add @rescript-react-native/image-picker

@rescript-react-native/image-picker should be added to bs-dependencies in your bsconfig.json:

{
  //...
  "bs-dependencies": [
    "@rescript/react",
    "rescript-react-native",
    // ...
+    "@rescript-react-native/image-picker"
  ],
  //...
}

Usage

open ReactNativeImagePicker

launchCamera(
  options(
    ~cameraType=#back,
    ~mediaType=#photo,
  ()),
  res => {
    Js.log(res.uri)
  }
)

Changelog

Check the changelog for more informations about recent releases.


Contribute

Read the contribution guidelines before contributing.

Code of Conduct

We want this community to be friendly and respectful to each other. Please read our full code of conduct so that you can understand what actions will and will not be tolerated.

Keywords

FAQs

Package last updated on 16 May 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