Skip to content

wokuApp/sdks

Repository files navigation

Woku SDKs

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.

Packages

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. npm

More SDKs (web widget, Node) will live here as additional packages.

Repository layout

sdks/
├── packages/
│   └── react-native/      @wokuapp/react-native
├── .changeset/            versioning (changesets)
├── .github/workflows/     CI + release
├── pnpm-workspace.yaml
└── tsconfig.base.json

Development

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 package

Versioning & releases

Versioning uses Changesets and semantic versioning. To record a change for the next release:

pnpm changeset

On merge to main, the release workflow opens a "Version Packages" PR; merging it bumps versions, updates changelogs, and publishes to npm.

License

MIT © Woku

About

Official SDKs for integrating Woku feedback capture (ratings, NPS, text + voice) into your apps. Monorepo · TypeScript.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors