Using Expo to build a cross-platform app makes development faster and easier. React Native has received strong web support over the past few years, eliminating the need to build separate apps for mobile and web.
Tamagui is a UI kit and design system for React Native and web. It provides a set of pre-built components and utilities that make it easy to create beautiful, responsive user interfaces.
- TypeScript as the programming language
- Prettier for formating code according to the rules
- ESLint for checking code quality and formatting
-
Install dependencies
npm ci- Start the development server and follow instructions in the terminal
npm run ios
# or
npm run android
# or
npm run web