Socket
Socket
Sign inDemoInstall

react-native-cloudinary-x

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-cloudinary-x

this is React native module for image uploading to Cloudinary


Version published
Maintainers
1
Install size
423 kB
Created

Readme

Source

This is react native module of Image uploading to Cloudinary You can simply using this

step 1 : import RNCloudinary from 'react-native-cloudinary-x'

step 2 : RNCloudinary.init(API_KEY,API_SECRET, CLOUD_NAME)

step 3 : RNCloudinary.UploadImage(uri)

this will return response primise

this is example code

import RNCloudinary from 'react-native-cloudinary-x'

RNCloudinary.init(API_KEY,API_SECRET, CLOUD_NAME)

RNCloudinary.UploadImage(uri).then((res) => {

}
.catch(err => {
}
)

Keywords

FAQs

Last updated on 19 Jan 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc