/CryptoTracker

📲 React Native App. CRUD with requests to a public API using Storage.

Primary LanguageJavaScript

CryptoTracker

React Native App. CRUD with requests to a public API using Storage.

Building and running

First install dependencies:

npm install

Install pods in iOS environment:

cd crytoTracker / ios / pod install

To create a development iOS environment:

npm run start
npm run ios

To create a development Android environment:

npm run start
npm run Android