Simple Dropdown Test | React Native/Expo

Running on Expo Go

Project page on Expo


Running an Expo Application

This guide will walk you through the steps required to run an Expo application.

Prerequisites

  • Node.js
  • Expo CLI

Installation

  1. Install Node.js: https://nodejs.org/
  2. Install Expo CLI by running the following command in your terminal:

npm install -g expo-cli

Running the Application

  1. Clone the application's repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Run the following command to install the project dependencies:

npm install

  1. Run the following command to start the development server:

npm start

  1. The Expo CLI will open a new tab in your default browser with the Expo Developer Tools.
  2. You can run the application on an iOS or Android simulator by clicking on the "Run on iOS simulator" or "Run on Android device/emulator" button.
  3. You can also run the application on your physical device by installing the Expo Client app and scanning the QR code on the Expo Developer Tools page.

Align to the left

Align to the right