Disable streaming on React Native (Android/iOS)
React Native doesn't support Web Streams API required by SDK streaming.
- Web: stream_tokens = true (streaming works)
- Android/iOS: stream_tokens = false (fallback to non-streaming)
This matches documented limitation in project memory.
🐾 Generated with [Letta Code](https://letta.com)
Co-Authored-By: Letta <noreply@letta.com>