0.1.0-beta.1 — Expo / React Native public beta
Pre-releaseReact Native / Expo SDK — first public beta
An opt-in beta of FeedbackThread for Expo apps on iOS and Android, alongside
the existing Swift and Kotlin SDKs.
Included
- Drop-in feedback board, filters, voting, feature/bug forms and My requests.
- Shipped-version badges and explicit update acknowledgement.
- Persistent anonymous identity and isolated signed-in user scopes.
- Theme/string overrides, a headless TypeScript client and an Expo adapter.
- No custom native module or config plugin; credential-free Expo example.
Install in your Expo app
npm install https://github.com/aivars/feedbackthread-react-native/releases/download/0.1.0-beta.1/feedbackthread-react-native-0.1.0-beta.1.tgz
npx expo install @react-native-async-storage/async-storage expo-cryptoUse the named .tgz asset, not the automatically generated source archives.
This package is not on the npm registry. The adjacent .sha256 file records the
package checksum. Follow the integration guide
using only your public SDK project key.
Compatibility and verification
Tested dependency set: Expo 57.0.20, React Native 0.86.3, React 19.2.3; Node 22.13+
for development. Earlier Expo versions and web are not certified.
16 client tests, 7 component tests, an actual isolated Worker contract test on
both platforms, and packaged example typechecking / Hermes exports have passed.
Android emulator flows include submission, voting, account switching and
simulated offline recovery. iOS board/filter/form-opening smoke tests passed,
but full iOS text entry and submission still need tester validation.
Physical-device/live-project integration, real VPN/radio failures, standalone
native builds and the complete accessibility matrix remain unverified. There is
no offline queue, attachments, comments, push, identity merging or web support.
The SDK production dependency audit was clear; the Expo development toolchain
has known moderate transitive findings documented in the checklist.
Read the beta checklist
before adopting this in production. Please report beta issues
with your Expo version and sanitized reproduction details. This is not a stable release.