An open API service indexing awesome lists of open source software.

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

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/)