- [日本語](docs/README_JP.md)

# Example - react-native-star-print

These samples includes following functions.

* [printing](samples/printing/App.tsx) - To print by the printer
* [discovery](samples/discovery/App.tsx) - To discover devices
* [status](samples/status/App.tsx) - To get the status of the device
* [monitor](samples/monitor/App.tsx) - To monitor the device

## Usage

The following example is for the `printing` function.

```
yarn install
cp samples/printing(or another function)/App.tsx ./
```

### iOS

```bash
cd ios
pod update
cd ..
npx react-native run-ios
```

### Android

```
npx react-native run-android
```

### Windows

```
npx react-native run-windows
```
