Package Exports
- eddystone-react-material
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eddystone-react-material) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eddystone-react-material
A react material-ui component to list, add, edit eddystone devices
To demo install dependencies with npm i
then, as ble isnt available in browsers yet, start a websocket server with npm run ws
Next start the webserer with npm start
and load http://127.0.0.1:9999/ in your browser.
To rebuild local changes npm run dist
Know issues:
- material-ui requires requires react to have the react-tap-event-plugin
- material-ui has known issues with "owner-based and parent-based contexts" callemall/material-ui#686 facebook/react#1939 which means I dont currently know how to utilize this library as a depenendany without copying it into your project
- bleno/eddystone-beacon dont currently support multiple beacons on at the same time