v0.1.1
Caution
This is highly experimental and probably doesn't work. Look at the README for instructions on how the toy should work and how to test it out via the demo app.
Currently do not know what behavior will happen when you cycle through your toys, land back on this one, and try the actions.
First test of Glyph Toy implementation which can interact with a React Native application.
🛠️ Fixes
- Reference to Glyph Matrix service in
AndroidManifest.xml.
React Native API
🎉 Added
- Initial API to interact with Glyph Toy.
setUpToy(): Create or get the current instance to the service associated with the Glyph Toy and ensure that events can be emitted.GlyphButton.addEventListener(): Create an event listener which listens to events emitted by our Glyph Toy when we use the Glyph Button.GlyphButton.isSupported: Boolean indicating whether the Glyph Matrix is supported on the current device.