https://github.com/0xairdropfarmer/kriss
this repo for The Realworld React Native ebook
https://github.com/0xairdropfarmer/kriss
react react-native
Last synced: about 1 year ago
JSON representation
this repo for The Realworld React Native ebook
- Host: GitHub
- URL: https://github.com/0xairdropfarmer/kriss
- Owner: 0xairdropfarmer
- Created: 2020-03-26T16:36:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T20:25:14.000Z (over 3 years ago)
- Last Synced: 2025-04-07T01:39:34.912Z (over 1 year ago)
- Topics: react, react-native
- Language: JavaScript
- Homepage:
- Size: 4.01 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo for Real World React Native Ebook
this private repo for Real World React Native Ebook.
## Installation
following setup environment from [main react native document](https://reactnative.dev/docs/environment-setup).
clone this repo
```
git clone https://github.com/krissnawat/kriss
```
next run yarn or npm for install node module
```
cd kriss
yarn
```
## Usage
### for android
1. setup Android device for [developer mode](https://developer.android.com/studio/debug/dev-options)
2. enabled [USB debugging
](https://www.embarcadero.com/starthere/xe5/mobdevsetup/android/en/enabling_usb_debugging_on_an_android_device.html)
3. connect Android device to computer
4. run `react-native run-android `
### for iOS
if your can develop iOS mean your have MacOS nothing for setup simply using iPhone simulator
`react-native run-ios `
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)