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
- Host: GitHub
- URL: https://github.com/utkarshmish/check-stocks
- Owner: UtkarshMish
- Created: 2020-11-28T13:52:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T14:10:28.000Z (over 5 years ago)
- Last Synced: 2025-03-05T15:51:20.492Z (over 1 year ago)
- Language: JavaScript
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`