setup-plaud-react-native
Installation
SKILL.md
Setting up the Plaud React Native module
plaud-sdk is a local Expo module that bridges
Plaud's precompiled native device SDK into React Native on iOS and Android. It exposes BLE
scan/connect, on-device recording events, file listing, and audio export to JavaScript, with a
typed event stream.
Both platforms implement the same JS surface, event names and payload shapes, so app code
needs no platform branches (the handful of real differences are listed in
references/android.md). The module lives at modules/plaud-sdk/ in this repo; a full
reference app is at react-native-demo/ (src/app/index.tsx is the canonical usage example).
Use this skill to add the module to an app and get it building on a device.