I am currently using image picker and image manipulator in my project for uploading and compressing the image. But I want to show user that he cannot upload image greater than any particular size(let’s say 5mb). How can I achieve this in react- native? Answer I’m actually doing this exact thing with ImagePicker in my app. Here’s how I do