https://github.com/baxi19/cryptotracker
React Native App :fire:
https://github.com/baxi19/cryptotracker
react-native
Last synced: 3 months ago
JSON representation
React Native App :fire:
- Host: GitHub
- URL: https://github.com/baxi19/cryptotracker
- Owner: Baxi19
- License: mit
- Created: 2021-02-24T02:22:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T06:28:47.000Z (over 5 years ago)
- Last Synced: 2025-01-14T04:44:28.283Z (over 1 year ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 10.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Crypto Tracker :moneybag:
### :octocat: React Native App :money_with_wings:
#### Dependicies to Install:
Navigation Stack :battery:
```
npm install
```
```
npm install @react-navigation/native @react-navigation/stack
```
Some elements used in frontend :computer:
```
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
```
Tabs :fire: :bomb:
```
npm install @react-navigation/bottom-tabs
```
Storage :floppy_disk:
```
npm install @react-native-async-storage/async-storage
```
#### Run App :ghost:
```
npx react-native start
```
#### Run on Android or Android's Emulator :stars:
```
npx react-native run-android
```
#### Run on Ios :iphone:
```
pod install
```
```
react-native run-ios
```
###
Show some ❤️ by starring some of the repositories!