ZROBIŁA TO ‼️
🎾 Maja Chwalińska z kwalifikacji dotarła aż do finału Roland Garros. W czwartek wygrała 7:6, 6:4 z Dianą Sznajder, dzięki czemu w sobotę stanie przed ogromną szansą. Ale to już jest jej ogromny życiowy sukces!
🇵🇱 Jesteś wielka, Maja! 👏
Turn your sound on 🔈 and let's build a Claude clone in React Native #3
Audio in mobile apps is painful. Permissions, interruptions, mic and speaker sync – it usually means a ton of messy boilerplate.
We used react-native-audio-api to handle all of that. Pair that with the new @typegpu/react package for TypeGPU and React integration, and you get a voice interface that's both fast and actually nice to look at. 👀👇
Reading static music notes on a page is kind of boring, right? 🥱
Odisei Play changes that and turns your instrument into a game controller that listens to every note you play, and gives you real-time feedback as you go.
And we built a custom audio plugin with our React Native Audio API to keep latency ultra low, so it all feels instant. 💅
We updated our React Native Best Practices skill to include JSI ⚛️
Use it today to help your agents bridge C++ ↔ JS code
npx skills add software-mansion-labs/skills --skill react-native-best-practices
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 👇
Say hello to React Native Audio API 0.12!
From now, you can enjoy:
➡️ Long-form audio: new audio component for seamless playback of large files,
➡️ Recording rotation: support for rotated recording files for better file management,
➡️ AudioParam refactor for 100% Web Audio API compatibility,
➡️ Stability: massive bugfix haul for a smoother dev experience.
Upgrade now to level up your app's sound engine! 🎸
You know that feeling when you close an article and lose the place you left?
Word-level progress tracking, audio that follows your scroll, one tap to jump back — this is what you can build with react-native-audio-api.
Docs 👉 https://t.co/4M5TxSCtiV
Meet Pulsar: your haptic presets library for Swift, Kotlin, and React Native! 🚀
👉 150+ free patterns you can browse, filter, preview, and ship in minutes
👉 Audio preview of each preset so you can test it on a simulator without deploying
👉 Playground and app that let you feel the haptics on your phone
What does implementing word-level audio precision actually look like in a React Native app? 👀
Thanks to React Native Audio API, users can tap any paragraph to start listening, tap a specific word to jump right to it, or highlight sections to save for later.
Read how we used it for Perch: https://t.co/qaJ20g2F0a
Check the docs: https://t.co/QMWAkuLjch
Profiling React + Native gives you a broad spectrum of distinct insights. 🧩
Because Argent keeps the context, you have total flexibility:
🔨 Fix one issue, then come back and re-query the data for another
🔍 Or, immediately switch Argent's focus to dig deeper into an anomaly.
Either way, re-querying prevents false positives and having to run redundant profiling sessions.
Great for deep drill-downs 🕵️ Just take a look 👇
@ElwanRami@swmansion we have used eleven labs for text-to-speech generation, that can return timestamps for each character, than a lot of RN magic and voilà😎