Free, open-source project for learning about how to implement a image-picker
into React Native.📱
- Check permissions for access to camera/galley.
- Take pictures and show them into screen.
- Choose a picture from gallery to show it.
VIDEO
ImagePicker.mp4
Keep in mind that this is a learning project only, if you see something that can be added or improved. Do not hesitate to replicate it
Once you just cloned it, you must execute npm i
or yarn
for installing all required dependecies.
If you want to execute it in iOS you must execute cd iOS && pod install
Then all dependencies were installed proceed to execute it with yarn start
and yarn android/ios
or with npm react-native run-android/ios