Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/react-native-shopping-webapi
React Native Shopping using WebAPI
https://github.com/nhatthaiquang-agilityio/react-native-shopping-webapi
Last synced: about 1 month ago
JSON representation
React Native Shopping using WebAPI
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/react-native-shopping-webapi
- Owner: nhatthaiquang-agilityio
- Created: 2021-10-10T03:14:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T03:35:48.000Z (over 3 years ago)
- Last Synced: 2024-04-16T07:09:41.622Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Shopping
React Native Shopping using WebAPI## Requirements
+ Install [Node.js](https://nodejs.org/en/)
+ Install [Expo CLI](https://docs.expo.dev/get-started/installation/)
+ Install [Android Studio](https://developer.android.com/studio/) and ADV virtual device for Android## Run Development
+ Run Android
```
cd Shopping
npm run android
```+ Run iOS
```
cd Shopping
npm run ios
```