BHBehzod Halilinbehzodhalil.hashnode.dev·2h ago · 9 min readShipping OneSignal push in a Kotlin Multiplatform appOriginally published on getstockplus.app. Most of a push-notification implementation has nothing to do with the product. Token tables, refresh callbacks, stale-token pruning, a separate iOS pipeline: 00
SAShai Almogindebugagent.com·6h ago · 14 min readSQLite Across Every Port: One Contract, One Encrypted File FormatThe original com.codename1.db implementation delegated SQLite calls to the database supplied by each operating system. We knew this was less portable than the rest of Codename One, but fixing it meant00
GYGulshan Yadavinmrgulshanyadav.hashnode.dev·7h ago · 10 min readFlutter Push Notifications with FCM — Complete 2026 WalkthroughEvery project I touch eventually needs push notifications, and every project asks the same question: why does the notification work in the foreground but vanish in the background? So, in this article,00
CKConrad Kacinbuilding-for-new-dads.hashnode.dev·13h ago · 4 min readDesigning a Baby-Care App for Seven Languages Without Making Exhausted Parents Read MoreI am a new father, and I built Best Dad after discovering that newborn guidance was abundant but rarely packaged for the moment I actually needed it: tired, holding a baby, and able to use one hand. W00
GYGulshan Yadavinmrgulshanyadav.hashnode.dev·1d ago · 10 min readAdd a Watermark to Images in Flutter in 5 LinesA photographer client of mine wanted app-level watermarks on every export — before the image ever reached social media. The first agency quote he got described native Kotlin and Swift work, platform c00
SFSophie F Ainaidesigntech.hashnode.dev·1d ago · 8 min readThe Three-Channel Release Workflow That Cut Our React Native Cycle Time in HalfEvery React Native team that scales past two developers hits the same wall: one release channel is not enough. A typo fix waits behind a native module bump, which waits behind a QA request. Cycle time00
JSJules Sarahinjulessarah.hashnode.dev·1d ago · 6 min readHow to Find 12 Testers for Google Play Closed TestingIf you opened a personal Google Play developer account after November 2023, you cannot publish to production until twelve testers have been opted into a closed test for fourteen continuous days. Findi00
JSJules Sarahinjulessarah.hashnode.dev·1d ago · 6 min readFive Reasons Developers Abandon React Native BoilerplatesRunning a small developer community, I kept seeing the same message: someone bought a React Native boilerplate, got three months in, and now wants to rewrite the whole thing. The frequency was what go00
HRHugo Rusinhugorus.hashnode.dev·1d ago · 5 min readMost "EAS Build Is Slow" Complaints Are the Wrong CommandEvery React Native community has this thread, weekly. Someone changed a button colour, waited twenty minutes for a build, and wants to know why EAS is so slow. Most of the time the tool is fine. The c00
SMSubramanya M Raoinsubramanyarao.hashnode.dev·1d ago · 17 min readHow We Migrated Five React Native Modules to TurboModulesPart 3 of 3. Part 2 covered rebuilding our React Native app on the New Architecture end to end and mentioned, in passing, “five custom TurboModules we wrote ourselves.” This article covers everything 00