1.0.3 • Published 7 years ago

react-native-cloudinary-x v1.0.3

Weekly downloads
29
License
MIT
Repository
gitlab
Last release
7 years ago

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 => {
}
)
1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago