Image-gallery application

image gallery application is made in react-native. This application is able to take photo by using user device camera and save inside their local storage. At a time only 4 image are visible by using pagination.
User can able to pagination with left(mean previous swipe) and right(mean next swipe) side also with previous and next button.

How to run react-native project

1 ) run npm install -- inside root projects
2 ) cd ios && pod install
3 ) npx react-native run-android/run-ios