Skip to content

camposjoel/CryptoMonitor-ReactNative

Repository files navigation

Crypto Monitor - App (React Native)

Features

  • Fetch data from API
  • List items with FlatList
  • Lazy loading
  • Charts
  • Styling

Screenshots

Step 1: Start the Metro Server

First, you will need to install packages.

Run the following command from the root of the project:

# using npm
npm install

# OR using Yarn
yarn install

Step 2: Start the Application

Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.