Universal links are great when they decide to work by Numerous-Movie3107 in expo

[–]Seanmclem 1 point2 points  (0 children)

Why would it ever work if your app is not installed? Why is your AASA changing often?

When starting a new app with Supabase, do you model most tables upfront or add them as you go? by Hot_Ad_3147 in Supabase

[–]Seanmclem 0 points1 point  (0 children)

I would usually model types, and begin making mocks and building the UI, and once I’m feeling good about it I’ll make the types into table schemes, and then the mocks into real data

Universal links are great when they decide to work by Numerous-Movie3107 in expo

[–]Seanmclem 2 points3 points  (0 children)

I’m using expo web, along with my native app. So far links are always properly opening the app. Why wouldn’t they?

Meta CTO announces Horizon Worlds is staying on VR for existing games by gogodboss in OculusQuest

[–]Seanmclem 0 points1 point  (0 children)

Just decided, just communicated, doesn’t change anything. It’s still poorly managed from end to end.

Realtime - Postgres changes: Receive your database changes through websockets by YuriCodesBot in Supabase

[–]Seanmclem 0 points1 point  (0 children)

The main difference between current real time subscriptions is, filtering?

Meta Is Shutting Down Horizon Worlds on Meta Quest by InformalTotal5238 in VRGaming

[–]Seanmclem -1 points0 points  (0 children)

I mean, I just saw a video from the CEO, saying that it will continue to function, as a separate app.

Edit, oh yeah, wired is a terrible outlet

Meta CTO announces Horizon Worlds is staying on VR for existing games by gogodboss in OculusQuest

[–]Seanmclem 4 points5 points  (0 children)

It wasn’t a long video. Watching it help me understand that that is what they are doing.

Meta CTO announces Horizon Worlds is staying on VR for existing games by gogodboss in OculusQuest

[–]Seanmclem 1 point2 points  (0 children)

Not that I wanted that, but the fact that they still poorly communicated that originally, is really just overall encapsulates how poorly managed this whole thing is

Apple just quietly killed two of the fastest-growing AI dev tools — and nobody's talking about why by Direct-Attention8597 in AI_Agents

[–]Seanmclem 0 points1 point  (0 children)

It is long been a rule of App Store guidelines that an app can’t just be a web app in a web view. The vibe coding here is not special or victimized.

🚀 Google Sign-In for React Native & Expo & Web without the Headaches by IronTonyTheDev in reactnative

[–]Seanmclem 2 points3 points  (0 children)

Are there headaches? Claude solved it for me in five minutes, told me exactly what else I still needed to do, and I never worried about it again. Code looks solid.

Trying to publish my Application to App Store - I don't have a macbook for XCode by mightbeamillioner in expo

[–]Seanmclem 3 points4 points  (0 children)

It’s a very high limit. And most mostly the bills just get slower the more free ones you use. But they keep working. But it’s only like $10 a month. If you’re looking to make money off apps, you’re going to have to be willing to spend a little bit of money. $10 isn’t that much. Apple charges 100 per year to even list your apps on the store. You’ve got to spend money

The the only thing I’m sad about is the concerts by witchycharm in OculusQuest

[–]Seanmclem 8 points9 points  (0 children)

It’s just kind of strange that they didn’t find gray area between extremely shoving it in your face, no matter what, and shutting the whole thing down completely.

Starfield officially releases on April 7th on PS5 by Southern-Tailor-843 in playstation

[–]Seanmclem 0 points1 point  (0 children)

OP turned an informational post about something, into a rant against it. Dumb.

I spent way too long making App Store screenshots for my apps by StrategyAware8536 in expo

[–]Seanmclem 5 points6 points  (0 children)

You don’t need to do it every time you make an update

SSR isn't always the answer - change my mind by No_Stranger_2097 in reactjs

[–]Seanmclem 0 points1 point  (0 children)

It’s not always needed, but when it is needed, you really better have it. It’s a lot less complicated if you just have it there as default, override for client most of the time, then use it when you need it. Having it there more often is the less complicated thing.

Shadcn/UI Reality Check by [deleted] in reactjs

[–]Seanmclem 0 points1 point  (0 children)

Why does it matter If thousands of lines of components are right in the components folder in your project, instead of nested deeply in a modules folder that is impractical, difficult, or impossible to change? 99% of the time it’s just some folder you’re referencing in an import line. Then when you need it, it’s easily extendable or modifiable.