Skip to content

This React Native app uses Redux for state management and React Navigation for seamless screen navigation. It includes three main screens, 'Users', 'Albums', and 'Photos', providing a user-friendly interface and design

Notifications You must be signed in to change notification settings

dithiane/bswh-app

Repository files navigation

Bswh-app

Description

This is a React Native app that allows users to browse and view photos of different users. It utilizes Redux for state management and React Navigation for seamless navigation between screens. The app provides a user-friendly interface with three main screens: "Users", "Albums", and "Photos". Users can explore a list of users and view their respective photo collections.

Features

  • Browse and view photos of different users
  • Seamless navigation between the "Users" and "Photos" screens
  • Clean and responsive design
  • Integration with Redux for efficient state management

Installation

  1. Clone the repository:
git clone https://github.com/dithiane/bswh-app
  1. Install dependencies:
npm install
  1. Start the Metro bundler by running the following command:
npx react-native start

This will start the Metro bundler, which will compile and bundle your JavaScript code.

  1. In a separate terminal window, build and install the app on your Android device or emulator by running the following command:
npx react-native run-android

This command will compile your app's source code and install the APK on your Android device or emulator. The Metro bundler will automatically detect any changes you make to your JavaScript code and update the app accordingly.

  1. Launch the app on your Android device or emulator, and you should see the "Users" and "Albums" screens. You can navigate between the screens and interact with the app as desired.

Technologies Used

  • React Native
  • Redux
  • React Navigation

Screenshots

Screenshot Screenshot

About

This React Native app uses Redux for state management and React Navigation for seamless screen navigation. It includes three main screens, 'Users', 'Albums', and 'Photos', providing a user-friendly interface and design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published