Been testing the new Fable model in Hash Health with my own custom things and… the results are wild. AI health tracking is leveling up.
#HashHealth@Hash_wellness#Fable
5 things nobody tells you before you publish your first app:
1) Account deletion is mandatory: if your app has auth, users must be able to delete their account. Apple will reject you otherwise.
2) Sign in with Apple is mandatory: offer Google or any other provider? Apple requires Sign in with Apple too. No exceptions.
3) Your app takes ~24hrs to appear after approval: your first submission won't show up instantly. This is normal, don't panic.
4) Google requires 12 testers for 14 continuous days before production access: this is the main reason I haven't published to the Play Store in 3 years. I just don't have that many friends.
5) Building and publishing is only 30% of the job: publishing feels like the finish line, but it's the starting line. Getting people to find and use your app is the real challenge.
If you're building a React Native app, I cover the entire process from zero to both stores in my course, the Publishing section alone is a 75-minute step-by-step walkthrough and includes a Figma template for app store assets. (link below)
The 𝚎𝚡𝚙𝚘-𝚠𝚒𝚍𝚐𝚎𝚝𝚜 alpha is here!
Now you can build iOS home screen widgets and Live Activities as React components.
No separate Xcode target. No manual App Groups. No SwiftUI layout code.
Write your widget in @expo/ui, and Continuous Native Generation handles the rest.
◆ Interactive buttons and toggles on the home screen
◆ Live Activities for the Lock Screen and Dynamic Island ◆ One React component, native rendering under the
hood
Details and code to get started in the blog below ↓
Expo SDK 55 is here😅
React Native 0.83. React 19.2. Legacy Architecture dropped. New Architecture is the default.
◆ 75% smaller update downloads with Hermes bytecode diffing
◆ Expo Router v7 🤯
◆ Brownfield isolation via expo-brownfield
◆ AI tooling: MCP + agent skills for Claude Code
◆ Expo UI much improved for both Swift and Jetpack Compose
There is so much more...it feels futile to try and isolate a few bullets...check out the full release notes and let us know what you think ↓
If you’re using JioFiber in India you may need to use a VPN to connect to Supabase, or switch your DNS to 1.1.1.1.
Supabase infrastructure remains fully operational - the issue appears to be an ISP-level block. We have reached out to Jio.
Every brand has a heartbeat.
It deserves to be seen.
At Clyoro, we turn ideas into identities
and stories into experiences.
Creativity meets functionality.
Let’s tell your story.
#Clyoro#BrandStory#CreativeAgency#Storytelling#LaunchFilm
Gemini 3.1 Pro can generate animated SVGs that are web-ready from simple text prompts too! They stay sharp at scale and are smaller than standard videos.
We built the entire analytics engine for @justloftit using @Amplitude_HQ 📊
From user journeys to engagement insights — every tap, save, and revisit is powered by data.
It’s been incredible seeing how Amplitude helps us turn user behavior into meaningful product decisions 🚀
1/
I was building a feature where users could share content using Android’s native ShareSheet (WhatsApp, Gmail, etc.).
Sounds simple, right? 🤔
Well... turns out Expo's managed workflow doesn't support it out of the box. 😅