should there be a grace period for app store reviews, so if you resubmit within 1hr you jump up the q and don't have to wait another 24hrs?
all of these were quick fixes, mostly metadata stuff.
in the last one, the tester simply didn't follow my notes about the sign in process 🤦♂️
I see this becoming the standard way to build RN iOS apps in 2026 and depending on how the unified api with jetpack compose turns out, might even become the standard way to build react native apps in general not far in the future.
Working on a new @expo iOS app that is 100% expo-ui, not a single <View> in the codebase.
I’m basically writing SwiftUI using jsx syntax in react native, a perfect harmony.
The native UI components from SwiftUI with the expo / react native ecosystem is a powerful combination.
@betomoedano My app has supportsTablet: false but still got rejected one time because of a layout issue on iPad (privacy button got pushed out of login screen).
Maybe I’m just unlucky 🤷♂️
my expo/ui PR got merged, adding RTL support to SwiftUI components (thank you @nishanbende).
i'm still looking into the context menu component which doesn't seem to respect the layout direction.
https://t.co/o6Aq1siHQp
Here is how we use Cursor Project Rules (.mdc) in @middayai monorepo:
◇ Rules are applied based on the globs path
◇ Keep them short and concise
◇ You can have multiple .mdc files (TypeScript, Next.js, for same files)
◇ Add your specific dependencies
Thread 🧵⬇️
My Next.js 13 blog has reached 50 GitHub stars ⭐️🎉
It uses the latest features in Next.js 13, including:
- the app directory
- the Metadata API
- next/font
- React 18 Server Components
You can use it a starter for your own blog!
https://t.co/uTu670DEw3
#react#nextjs#typescript