This is a React Native project built with Expo and React Native Reusables.
It was initialized using the following command:
npx react-native-reusables/cli@latest init -t orcus-app
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
This will start the Expo Dev Server. Open the app in:
- iOS: press
i
to launch in the iOS simulator (Mac only) - Android: press
a
to launch in the Android emulator - Web: press
w
to run in a browser
You can also scan the QR code using the Expo Go app on your device. This project fully supports running in Expo Go for quick testing on physical devices.
You can add more reusable components using the CLI:
npx react-native-reusables/cli@latest add [...components]
e.g.
npx react-native-reusables/cli@latest add input textarea
If you don't specify any component names, you'll be prompted to select which components to add interactively. Use the --all
flag to install all available components at once.
- ⚛️ Built with Expo Router
- 🎨 Styled with Tailwind CSS via Nativewind
- 📦 UI powered by React Native Reusables
- 🚀 New Architecture enabled
- 🔥 Edge to Edge enabled
- 📱 Runs on iOS, Android, and Web
To dive deeper into the technologies used:
The easiest way to deploy your app is with Expo Application Services (EAS).
If you enjoy using React Native Reusables, please consider giving it a ⭐ on GitHub. Your support means a lot!