This project is a boilerplate for an Expo-managed React Native application.
- Name: hefesto
- Version: 0.0.1
- Main Entry: node_modules/expo/AppEntry.js
- Clone the repository.
- Navigate to the project directory.
- Install dependencies:
or
npm install
yarn install
- Start the project:
npm start
- Run on Android:
npm run android
- Run on iOS:
npm run ios
- Run on the web:
npm run web
The project uses a range of dependencies including:
- Expo and related tools (expo, expo-status-bar, expo-constants, expo-font, etc.)
- React Navigation for app navigation
- Async Storage and device info for persistent storage and device related information
- Additional libraries like Axios, Day.js, Zustand, and more for varied functionality
For development, the project leverages:
- Babel for transpiling
- TailwindCSS for styling
- TypeScript for type safety
- Other tools like module resolvers and SVG transformers
After installation, you can start developing by running the appropriate script as per your target platform (Android, iOS, or web). Enjoy building your app with Hefesto!