An open API service indexing awesome lists of open source software.

https://github.com/utkarshmish/check-stocks

An Application for checking stock market values using stockChart
https://github.com/utkarshmish/check-stocks

Last synced: 3 months ago
JSON representation

An Application for checking stock market values using stockChart

Awesome Lists containing this project

README

          

# Instructions :

### run the following inside check-stocks folder to install necessary libraries ->

`npm install`

### Run application in expo

1. `expo start`
2. run in android emulator, or connect your device to run in your device

### Deploying a release apk

#### Using Android Studio

a. Set necessary API KEYS to .env
b. `npx react-native run:android`

#### Using Expo.io Website for building apk

a. Set necessary API KEYS to .env
b. `expo build:android`