learning_ai_common_plat/packages/react-native-platform-sdk/src
Saravana Achu Mac e174335a9e fix(rn-platform-sdk): align providers with platform-service APIs
- Feature flags: GET /flags/poll legacy { flags } + optional userId
- Kill switch: GET /settings/kill-switch, map message to reason
- Broadcasts: GET /broadcasts, POST dismiss; map server message shape
- Surveys: GET /surveys/active; submit via start/response/complete
- Auth: register(); login/register bodies include productId
- Telemetry: map queued events to TelemetryEventSchema; RN Platform import
- prepare script runs tsc on install

Made-with: Cursor
2026-03-30 01:12:18 -07:00
..
auth fix(rn-platform-sdk): align providers with platform-service APIs 2026-03-30 01:12:18 -07:00
broadcasts fix(rn-platform-sdk): align providers with platform-service APIs 2026-03-30 01:12:18 -07:00
feature-flags fix(rn-platform-sdk): align providers with platform-service APIs 2026-03-30 01:12:18 -07:00
kill-switch fix(rn-platform-sdk): align providers with platform-service APIs 2026-03-30 01:12:18 -07:00
surveys fix(rn-platform-sdk): align providers with platform-service APIs 2026-03-30 01:12:18 -07:00
telemetry fix(rn-platform-sdk): align providers with platform-service APIs 2026-03-30 01:12:18 -07:00
auth.ts fix(platform): build react-native-platform-sdk + fix admin-web typecheck errors 2026-03-12 16:36:13 -07:00
broadcasts.ts fix(platform): build react-native-platform-sdk + fix admin-web typecheck errors 2026-03-12 16:36:13 -07:00
core.ts fix(platform): build react-native-platform-sdk + fix admin-web typecheck errors 2026-03-12 16:36:13 -07:00
feature-flags.ts fix(platform): build react-native-platform-sdk + fix admin-web typecheck errors 2026-03-12 16:36:13 -07:00
index.ts feat(react-native): React Native SDK foundation for NomGap 2026-03-03 08:40:24 -08:00
kill-switch.ts fix(platform): build react-native-platform-sdk + fix admin-web typecheck errors 2026-03-12 16:36:13 -07:00
surveys.ts fix(platform): build react-native-platform-sdk + fix admin-web typecheck errors 2026-03-12 16:36:13 -07:00
telemetry.ts fix(platform): build react-native-platform-sdk + fix admin-web typecheck errors 2026-03-12 16:36:13 -07:00