/MyRNPriceTracker

A simple react native app to help users discover new coins

Primary LanguageTypeScript

Coin Profile using React Native

! !

A sample app implemented to show user a list of new coins and their detail.

Getting Started

Before running this project please ensure React Native is installed and configured on your machine. If you're new to React Native, please checkout the official guide with installation instructions for your OS.

This project is only configured to support the following platforms:

  • Android
  • iOS

Web and Desktop are not supported at this time.

After installing React Native and the necessary toolchain for your device (Android or iOS), connect your device or open your emulator before running the following:

Clone the repo

git clone https://github.com/Enigma-I-am/MyRNPriceTracker

Open the app folder

cd MyRNPriceTracker

Install package dependencies:

# Install npm dependencies
yarn

# Install pod dependencies
npx pod-install

Run the project on your device or emulator:

yarn ios # for iOS
yarn android # for android

Run e2e test for iOS

yarn e2e:test:ios 
yarn e2e:build:ios