feat: React Native SDK update for version 0.32.0#108
Conversation
Greptile SummaryThis PR updates the React Native SDK to version 0.32.0 with several breaking changes and additions. The
Confidence Score: 5/5Safe to merge; the breaking changes are well-documented and the new service implementations follow established patterns correctly. The core logic changes are straightforward: an enum rename, model field additions, and two new services that mirror the existing dual-overload SDK pattern. The previously flagged missing return statement in createExecution is present and correct in this version. The only findings are dead imports in the two new service files, which do not affect runtime behaviour. No files require special attention beyond the cosmetic unused-import cleanup in src/services/presences.ts and src/services/tables-db.ts. Important Files Changed
Reviews (6): Last reviewed commit: "chore: update React Native SDK to 0.32.0" | Re-trigger Greptile |
# Conflicts: # package-lock.json # package.json # src/client.ts
This PR contains updates to the React Native SDK for version 0.32.0.