https://github.com/hmarzban/react-native-first-try
React Native shop card
https://github.com/hmarzban/react-native-first-try
react-native
Last synced: 7 months ago
JSON representation
React Native shop card
- Host: GitHub
- URL: https://github.com/hmarzban/react-native-first-try
- Owner: HMarzban
- License: apache-2.0
- Created: 2018-10-13T19:38:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T14:07:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T12:28:16.450Z (9 months ago)
- Topics: react-native
- Language: JavaScript
- Size: 33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-first-try
### Development and Run:
```bash
# install dependencies
npm install# Android Run in Windows, first let build and install the app in your emulator
# or device after when it finishes close and end command by CTRL + C
npm run android-windows# Run Developer run mode:
npm start# Now you can develop it, I suggest to develop in emulator rather than a device in windows and for Android
```
### Demo:
![]()