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.
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.
npm install @systemic-games/react-native-pixels-connect
import { PixelScanner, Pixel } from "@systemic-games/react-native-pixels-connect";
// ...
See the @systemic-games/pixels-react package.
MIT
Made with create-react-native-library