# Deprecated

This repository is **deprecated**. If you are look for a library that implements bluetooth in React Native, please visit [react-native-easybluetooth-classic](https://github.com/douglasjunior/react-native-easybluetooth-classic) or [react-native-easybluetooth-le](https://github.com/douglasjunior/react-native-easybluetooth-le).

----

# react-native-easy-bluetooth
An React-Native wrapper for [AndroidBluetoothLibrary](https://github.com/douglasjunior/AndroidBluetoothLibrary)

## Features

### Android

- [x] Check bluetooth enabled
- [x] Enable bluetooth device

#### Bluetooth Classic
- [x] Scan bluetooth devices
- [x] Connect to a bluetooth device
- [x] Write bytes to a bluetooth device
- [x] Read bytes from a bluetooth device

#### Bluetooth LE
- [x] Scan bluetooth devices
- [x] Connect to a bluetooth device
- [x] Write bytes to a bluetooth device
- [x] Read bytes from a bluetooth device

### iOS

- [ ] Check bluetooth enabled
- [ ] Enable bluetooth device

#### Bluetooth LE
- [ ] Scan bluetooth devices
- [ ] Connect to a bluetooth device
- [ ] Write bytes to a bluetooth device
- [ ] Read bytes from a bluetooth device

## Install

From [npmjs](https://www.npmjs.com/package/react-native-easy-bluetooth):

```bash
npm i -s react-native-easy-bluetooth
```

Soon ...

## Usage

Soon ...


## Contribute

New features, bug fixes and improvements in the translation are welcome! 

For questions and suggestions use the [issues](https://github.com/douglasjunior/react-native-easy-bluetooth/issues).

## Donate

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJ6TCL3EVUDDL)

## Licence

```
The MIT License (MIT)

Copyright (c) 2017 Douglas Nassif Roma Junior
```

See the full [licence file](https://github.com/douglasjunior/react-native-easy-bluetooth/blob/master/LICENSE).

