Skip to content

godswillokokon/ImagePickerCloudinary

Repository files navigation

React Native: ImagePicker to Cloudinary.

**TL:DR: ** Learn how to upload images to cloudinary in React Native.

Prerequisites

Tools Required

Introduction

Uploading an image from mobile camera or gallery collection to cloudinary in React Native will be covered in this article, we will be using hooks to manage state to display the image after it is uploaded.

What we're building

Get familiar with what we are building in the course of the tutorial.

Setting up a React Native app.

  • Installing Image Picker

  • Setting up UI

Setting up Cloudinary upload presets.

Fixing up Cloudinary with Image Picker.

Features in this project are :

  • Simple Image Picker

  • Cloudinary image storage

Conclusion

  • Quick Recap on what was built.