Playground to design and test our generated native app components.
Requires Node.js LTS 12 or later - download here.
Requires expo-cli - Assuming that you have Node 12 LTS or greater installed, you can use npm to install the Expo CLI command line utility:
npm install -g expo-cli
yarn install
or
npm install
yarn start
or
npm start
This command will start a development server on your machine.
Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your project. On iOS, use the built-in QR code scanner of the Camera app.
Alternatively, you can set up an emulator - more information here
yarn ios
yarn android
yarn web