@systemic-games/react-native-pixels-connect
v1.3.1
Published
Connect to Pixels dice using React Native.
Downloads
40
Readme
React Native Pixels Connect
This is the Pixels package for React Native. It enables communications between Pixels dice and a React Native app using Bluetooth Low Energy. It has support for iOS and Android.
Find the latest published version on NPM.
Foreword
Pixels are full of LEDs, smarts and no larger than regular dice, they can be customized to light up when and how you desire. Check our website for more information.
Warning Before jumping into programming please make sure to read our Pixels developer's guide.
Please open a ticket on GitHub if you're having any issue.
Installation
npm install @systemic-games/react-native-pixels-connect
Usage
import { PixelScanner, Pixel } from "@systemic-games/react-native-pixels-connect";
// ...
React Hooks
See the @systemic-games/pixels-react package.
License
MIT
Made with create-react-native-library