https://github.com/rafinhaa/performanceapp
https://github.com/rafinhaa/performanceapp
expo react-native typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafinhaa/performanceapp
- Owner: rafinhaa
- Created: 2022-03-21T16:39:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T12:52:41.000Z (over 4 years ago)
- Last Synced: 2025-03-26T09:14:10.229Z (over 1 year ago)
- Topics: expo, react-native, typescript
- Language: Java
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!**