DEV Community

Jabali Ndungu
Jabali Ndungu

Posted on

Image Handling in React Native

Hey everyone,

I'm working on a react native project that involves users uploading images from their devices. Got it up and running, and successfully uploading to Firebase Cloud Storage and I now want to implement some client side image handling.

I know I'd like to limit the size of the image, and I'll most likely implement it client side.

Have any tips or best practices for image handling in general, or react native implementations?

Top comments (0)