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

https://github.com/rafinhaa/performanceapp


https://github.com/rafinhaa/performanceapp

expo react-native typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          



PerformanceApp










About   |   
Technologies   |   
Run   |   
Info   |   
Changelog   |   
License

## 🔖 About

PerformanceApp é um aplicativo para mostrar como utilizar os hooks do React Native.
É utilizado Memo, useMemo, useCallback e flatlist.

## 🚀 Technologies

- [ReactNative](https://reactnative.dev/)
- [Expo](https://expo.io/)

## 🏁 How to run the project

#### Clone the repository

```bash
git clone https://github.com/rafinhaa/performanceApp.git
cd PerformanceApp
```

#### Install dependencies

```bash
yarn install
```

#### Start fake api

```bash
yarn json-server -d 750 -w -H -p 3333 src/api/server.js
```

#### Build in iOS

```bash
cd ios && pod install && cd..
yarn run ios
```

#### Build in Android

```bash
yarn run android
```

## ℹ️ Info

## 📝 License

[MIT](LICENSE)

**Free Software, Hell Yeah!**