Official SDKs for integrating Woku feedback capture into your own products.
This is a monorepo. Each SDK is an independently versioned package published
under the @wokuapp npm scope.
| Package | Description | Version |
|---|---|---|
@wokuapp/react-native |
React Native SDK to capture Woku ratings and NPS (text + audio) inside iOS and Android apps, with offline buffering and configurable intercepts. |
More SDKs (web widget, Node) will live here as additional packages.
sdks/
├── packages/
│ └── react-native/ @wokuapp/react-native
├── .changeset/ versioning (changesets)
├── .github/workflows/ CI + release
├── pnpm-workspace.yaml
└── tsconfig.base.json
Requires pnpm and Node >= 18.
pnpm install # install all workspace deps
pnpm build # build every package
pnpm test:run # run every package's tests once
pnpm typecheck # type-check every package
pnpm lint # lint every packageVersioning uses Changesets and semantic versioning. To record a change for the next release:
pnpm changesetOn merge to main, the release workflow opens a "Version Packages" PR; merging
it bumps versions, updates changelogs, and publishes to npm.
MIT © Woku