Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

AIWIP/WebBluetoothNative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Bluetooth Native

Polyfill to add Web Bluetooth and Web Bluetooth Scanning support to React Native and Electron Apps.

The aim of this is to serve as a reference implementation until Browser Vendors and React Native provide first party support.

This polyfill is built upon the progressive principle and falls back on the native Web APIs when possible.

Read the specs here:

Roadmap

  • Document implmentation
  • Unit test implementation
  • Modualize correctly so it can be imported in both Main Electron and Renderer Electron
  • Modualize so that it's easy to add additional backend support (CoreBluetooth etc)
  • Implement for electron OS X
  • Implement for electron Windows
  • Implement for React Native iOS
  • Implement for React Native Android

About

WebBluetooth for React Native and Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published