cleathley / myCart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Cart

This is a simple REACT NATIVE project which shows off basic shopping cart functionality.

The following major libraries where used for Navigation/UX;

Environment

React Native

  • Getting Started - overview of React Native and how setup your environment.

    Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

    The project assumes the use of Yarn as the packagae manager.

Project

Install all the node dependencies.

yarn install

Install the CoccoPods (only required for iOS development)

yarn pod:install

Copy the development environment configuration file over (else the project will fail to compile).

cp .env.ts.dev .env.ts

Running the application

For Android

yarn android

For iOS

yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

About


Languages

Language:TypeScript 70.1%Language:Java 15.7%Language:Ruby 5.1%Language:Objective-C 5.1%Language:JavaScript 2.3%Language:Objective-C++ 1.6%