An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# description icon 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.

# react-native icon Templates



| Template 1 | Template 2 |
|----------------------------------------|----------------------------------------|
| ![image](https://github.com/user-attachments/assets/2da92090-8563-4c82-be3a-dae2efd3859b) | ![image](https://github.com/user-attachments/assets/b2cd2c6b-da0a-4c7f-b030-f89fc2e83ca1)

# terminal icon 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.