🔗 https://URLThisProject.com 🔗
Write here what the project is about. 🚧 Project under construction 🚧
- Implementation Video
- Layout
- Learning and more Implementations
- Technologies Used
- Folder Structure
- Running the Project
- Routes
- License
- Author
In the GitHub edit, drag the video that it already puts on github itself.
Layout developed by Name
Describe what you learned and implemented in the project.
- Vite
- Expo
- React
version: "18.2.0"
- React Native
version: "0.71.3"
- TypeScript
- Styled Components
- Inform others used in the project
app
.
├── __tests__
├── android # Native android files
├── ios # Native ios files
├── src # Source files
│ ├── @types # Contains all global definitions of types and interfaces
│ ├── assets # Contains Js bundles assets. e.g: icons, splash, images etc...
│ ├── components # Contains all global react components
│ ├── context # All contexts
│ ├── constants # Constants files
│ ├── hooks # Cstomized hooks
│ ├── navigation
│ ├── screens
│ ├── services # Contains external and api services
│ ├── App # Aplication entry
.
.
├── index # Bundle entry
.
.
└── README.md
Clone the project
git clone https://link-para-o-projeto
Enter the project directory
cd my-project
Install with dependencies
npm install
Start the server
npm run start
Clone the project
git clone https://link-para-o-projeto
Enter the project directory
cd my-project
Install with dependencies
npm install
Start the server
npm run start
Clone the project
git clone https://link-para-o-projeto
Enter the project directory
cd my-project
Install with dependencies
npm install
Start the server
npx expo start
- IOS:
npx pod-install && npx react-native run-ios
- Android:
npx react-native run-android
This project is under the MIT license. See the LICENSE file for more details.
Made with love and hate 😅, get in touch!