This module will allow user to upload multiple images through mobile device camera and it's gallery both built with React Native Expo. This project is divided in three parts.
- Uploading multiple images by selecting from the gallery propertie of any mobile device.
- Uploading image by clicking photo through accessing the camera of mobile device.
- Converting image into Base64 encoding.
- Base64 is an encoding schema used for representing binary data in a text format. This is useful when the storage or delivery medium does not support binary data such as when embedding an image into a database, CSS files or HTML. One must be careful to not mix up compression with encoding.
These instructions will get you a basic requirements to run this project.
- Install expo app in you moblie device.
- In ios devices camera will work to scan the Qr.
- expo-image-picker.
- expo-permissions - This will give you the perimission to access mobile device camera.
- This project was bootstrapped with expo init my-project.
- Scan Qr code which will shown on your desktop screen with your expo app.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
- React Native Expo