https://github.com/matheusadc/im-here
The app allows the addition and removal of people in a specific event. Therefore, the project uses the React Native framework, featuring the JSX markup language and the TypeScript programming language.
https://github.com/matheusadc/im-here
android-studio jsx react-native typescript
Last synced: 4 months ago
JSON representation
The app allows the addition and removal of people in a specific event. Therefore, the project uses the React Native framework, featuring the JSX markup language and the TypeScript programming language.
- Host: GitHub
- URL: https://github.com/matheusadc/im-here
- Owner: MatheusADC
- Created: 2025-01-09T10:12:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T20:50:15.000Z (4 months ago)
- Last Synced: 2025-03-02T11:16:52.015Z (4 months ago)
- Topics: android-studio, jsx, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
The app allows the addition and removal of people in a specific event. Therefore, the project uses the React Native framework, featuring the JSX markup language and the TypeScript programming language.#
Templates
| Template 1 | Template 2 |
|----------------------------------------|----------------------------------------|
|  | #
Commands
### Create Project
```
npx create-expo-app -t expo-template-blank-typescript
```
> [!CAUTION]
> The project path must not contain accents or whitespace.### Install missing or outdated node modules
```
npm i
```### Run Project
```
npx expo start
```
> [!CAUTION]
> - Check in the BIOS if the SVM Mode is enabled, if that option is available.
> - The virtualization software used for the Android Operating System was Android Studio.