v0.4.0
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.
I currently don't know if the interactions with the button works along with other edge cases (ie: we cycle through the toys, land back on this one, and then try the actions).
Potential fix to issue causing startup crashes where performOnServiceConnected is called on Nothing devices that aren't Phone 3 due to the failing to send the mount event.
⚡ Changes
- Don't give a false impression that the Glyph Button interaction works when there's no associated React Context available.
🛠️ Fixes
- Prevent sending events on unsupported devices.
- The
performOnServiceConnectedgets fired on other Nothing devices (I guess from connection signal from Glyphs?).
- The
⚙️ Internal Changes
- Upgrade example app to Expo SDK 55 & React Native 0.83.
- Bump CI action version to use Node 24.
- Update example app to use
react-native-audio-browser.