Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Nassif Roma Junior committed May 25, 2017
1 parent b3af0d8 commit 684b75b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 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)

Expand Down
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "react-native-easy-bluetooth",
"version": "1.0.0",
"description": "An React-Native wrapper for AndroidBluetoothLibrary <https://github.com/douglasjunior/AndroidBluetoothLibrary>",
"version": "1.0.0-deprecated",
"description": "(Deprecated) An React-Native wrapper for AndroidBluetoothLibrary <https://github.com/douglasjunior/AndroidBluetoothLibrary>",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-easy-bluetooth.git"
},
"keywords": [
"react-native",
"android",
Expand All @@ -15,10 +11,7 @@
],
"author": "Douglas Nassif Roma Junior",
"license": "MIT",
"bugs": {
"url": "https://github.com/douglasjunior/react-native-easy-bluetooth/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-easy-bluetooth",
"homepage": "https://github.com/douglasjunior/react-native-easybluetooth-classic/tree/legacy-version",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down

0 comments on commit 684b75b

Please sign in to comment.