A mobile app for Cloud Summit 2026
- NodeJS
- An Android phone or iPhone
- Expo Go
- Clone the repo
- Install dependencies (
npm install) - Run the project (
npm run start) - Scan the provided QR code using Expo Go
- React Native Documenation: If you have used React before, this will almost be the same with some minor differences in what components to use and how CSS works
- Expo Router: Expo is a full-stack React Native framework that provides a lot of APIS and services to make working with React Native smoother. Expo Router is part of a pre-configured file-based router that makes it easy for developers to manage navigation in mobile apps. It is built on top of React Navigation so all concepts from React Navigation will work on Expo Router
- JavaScript tabs: A navigation layout supported by Expo Router