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

Any one have test example for it ? #61

Open savitaraghuvanshi opened 3 years ago

savitaraghuvanshi commented 3 years ago

Any one have test example for it ? if yes kindly please share .

alexkendall commented 3 years ago

@savitaraghuvanshi This library hasn't been maintained in years. I would suggest using another one to be honest.

savitaraghuvanshi commented 3 years ago

@alexkendall Thanks for your response . "My goal is to transfer msg between 2 mobile devices in offline mode" cross platform android to iOS and iOS to android . I tried some Bluetooth react native libraries but they does not work cross platform . while they are ok android to android and ios to ios .

Other option I wanted to try is using WIFI hotspot but again I could not find any good library to transfer data cross platform .

This library react-native-bluetooth-cross-platform-2 looks exact to me as it might serve the purpose , Was it use to work cross platform ?

If you do have any suggestions or if you know any libraries which can work cross platform in offline mode(Either using WIFI hot spot or Bluetooth or any other technology) it would be really great help to me ?

whatnottodo commented 2 years ago

@savitaraghuvanshi did you end up finding a solution?