/Galleriz

Clone of the gallery app that comes with Samsung smartphones

Primary LanguageJavaScript

Galleriz!

In this project, we try to clone the gallery app that comes with Samsung smartphones and try to learn about the different modules and packages we use to build a gallery application.

Preview

demo

Main technologies used

A framework for building native apps with React.

Used for add buttom tab navigation and stack navigation

CameraRoll is a react-native native module that provides access to the local camera roll or photo library.

Install and run on android

cd react-native-gallery
npm install
npx react-native run-android

Install and run on ios

cd react-native-gallery
npm install
npx react-native run-ios