We’re building a Claude app clone in React Native to showcase various open-source libraries and common patterns from mobile apps.
Markdown streaming, haptic feedback, keyboard handling, text-to-speech etc.
Please leave a ❤️ if you find this interesting
Let's build Claude clone in React Native #1 👀
Rendering markdown from an LLM stream is hard without a reliable tool. Models send text token by token, so markdown parsers need complete tokens to know what to render.
We built react-native-streamdown to handle all of that complexity. For you, it's 2 lines of code.
See how it works 👇