Finally managed to run the sqlite bench app on iOS
quite happy with the result :)
Unfortunately I cannot run it on device, since my iPhone is on the iOS 27 beta and expo doesn't work there :)
@gitlawb This shit just removed all my unstaged changes from the main branch, even though I explicitly instructed it to work in a different worktree and remove changes only from that worktree. What a dumb harness.
@trySynara Please add an option to change the default shell. I’m using Windows, and Synanra is selecting Windows PowerShell. However, PowerShell 7 is actually the default shell on my system.
Tired of Task Manager freezing when searching?
Dtask fixes that — instant search, kill by port, batch kill, suspend/resume, CSV export. Cross-platform, dark mode, free & open-source.
https://t.co/2GyS0135mk
#dtask#opensource
3 React Native hooks that will make your life easier 🧠
👉 Use useKeyboardHandler to track keyboard height frame-by-frame on the UI thread
👉 Use useLastNotificationResponse to handle notification deep links on cold start
👉 Use useFocusEffect to refetch data every time you navigate back to a screen
@ibuildthecloud Totally agree. That's why I built DTask. I made it for personal use, then decided to open-source it. It's a replacement with instant search, kill-by-port, batch kill, suspend/resume, CSV export, and dark mode. No freezes cross platform.
https://t.co/2GyS0135mk
Stop guessing why your React Native app slows down in production. ⁉️
Web developers had profiling builds for React Components, and it's time we had them too.
Say hello to @callstack/inspector 🔍
I'm close to hitting 50K on X. Should celebrate.
Giving away 3 Pro subs to @CommandCodeAI
STEPS
1. Follow @MrAhmadAwais
2. Follow @CommandCodeAI
3. Repost this post
And reply with what you're your building with Command Code.
Will pick randomly soon as I hit 50K. LFG!
No SMS permissions. No user prompts.
Just automatic OTP detection — handled natively on Android.
Introducing @huymobile/react-native-sms-retriever-nitro-module, a React Native library that brings Google Play Services SMS Retriever API to the new architecture — built with Nitro Modules 💨. That means:
➡️ No READ_SMS permission.
➡️ No fake “SMS access” dialogs.
➡️ Automatic OTP retrieval (no permissions)
➡️ React Hook API — useSMSRetriever()
➡️ Full TypeScript support
➡️ Works with React Native 0.76+
ℹ️ How it works:
Your app registers with the SMS Retriever API, which watches incoming messages for your app’s unique hash (via getAppHash()). When a message arrives containing that hash, Google Play Services delivers the OTP straight to your app — without exposing full SMS contents or needing user consent. Privacy-safe, permissionless, and fully on-device.
Built with Nitro Modules— not a legacy bridge wrapper. Designed for speed, smaller JS overhead, and clean interop with the new React Native runtime.
Because nobody opens an OTP text thinking, “Ah yes, I can’t wait to type this in manually.”
#ReactNative #AndroidOnly #NitroModules #TurboModules #OpenSource #MobileDev #OTP #TypeScript #ReactNativeRewind #GooglePlayServices