alexkendall / react-native-bluetooth-cross-platform

Cross-Platform Bluetooth & WiFi React Native Module. Powered by underdark http://underdark.io/.
179 stars 35 forks source link

cannot npm install --save react-native-bluetooth-cross-platform #25

Open vinhtd2 opened 6 years ago

vinhtd2 commented 6 years ago

I cannot install "npm install --save react-native-bluetooth-cross-platform" in terminal

tngan commented 6 years ago

@vinhtran1995 I can do the package installation through yarn add react-native-bluetooth-cross-platform. Would you like to show what errors you have encountered ?

azanli commented 6 years ago

You can also install via Git with git+https://github.com/alexkendall/react-native-bluetooth-cross-platform.git and then update your package.json dependencies with "react-native-bluetooth-cross-platform": "alexkendall/react-native-bluetooth-cross-platform".