Skip to content

jezsdaniel/GameShop

Repository files navigation

GameShop

GameShop is a mobile application developed using React Native. The app allows users to browse and purchase a variety of items using in-app currency.

Prerequisites

  • Node.js (v14.0.0 or higher)
  • Yarn (v1.22.0 or higher)
  • React Native CLI (v2.0.1 or higher)
  • Android Studio (for Android development)
  • Xcode (for iOS development)

Installation

  1. Install the dependencies:
yarn install

Running the application

Android

  1. Start the Metro bundler:
yarn start
  1. In a separate terminal, run the Android app:
yarn android

iOS

  1. Install the iOS dependencies:
cd ios && pod install && cd ..
  1. Start the Metro bundler:
yarn start
  1. In a separate terminal, run the iOS app:
yarn ios

Running tests

To run the tests, simply execute the following command:

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published