A Stock Market watch app on react native.
-
npm (Node.js)
-
In the cloned project goto AppConfig.js and replace the
<ServiceUrl>
with your service url; -
Change
allStock
to point to all stock Symbol api. -
Change
history
to point to symbol price History api.
$ npm install
Connect your device to your pc. In terminal / command prompt, navigate to the cloned project and type following commont to start expo project.
$ npm start
This will open a page in browser. Select your device platefrom and scan the code shown in the browser and wait for the app to open. All Done!