This is a simple React Native application that displays inspirational quotes.
- View random quotes
- Tap a button to generate a new quote
- React Native
- Expo
- TypeScript
- Node.js
- npm
npm install
npm start
This will open the Expo developer tools in your browser. You can then scan the QR code with your phone to open the app, or run it in a simulator.
You can also run the app directly on a specific platform:
npm run android
npm run ios
npm run web