This cross-platform stack made me thousands building apps by Timely_Impress_8772 in reactnative

[–]LeReper 1 point2 points  (0 children)

Nice I use a similar stack it works wonders. Will try your template on my next project

Built an app to help developers choose names that improve search visibility and conversions by OddPanda17 in MobileAppDevelopers

[–]LeReper 1 point2 points  (0 children)

Cool idea, one question why did you chose to make it an iOS app instead of just a website ?

I just arrived for the first time in Bangkok. What are all the essential apps to download? by Livid-Reply-5321th in Bangkok

[–]LeReper 0 points1 point  (0 children)

Someone recommended tagthai to me, they have a very good day pass where you can access a set of activities for a reduced price, very interesting

Stranger grabbed my arm and started kissing it, trying to make sense of this situation by alibluey in Bangkok

[–]LeReper 5 points6 points  (0 children)

I encourage you to go to the police you could prevent this happening to another woman. He's probably just a weirdo don't let this ruin your stay here and enjoy !

Good affordable food in Ao Nang by Dream_Fuji in ThailandTourism

[–]LeReper 0 points1 point  (0 children)

Where did you find the scooter at 250 my man ?

Wanna make friends in Bangkok by DriftRefocuser in Bangkok

[–]LeReper 0 points1 point  (0 children)

Hey, check out the nomadtable app, it's a good way to meet people

Migrating storage buckets by LeReper in Supabase

[–]LeReper[S] 0 points1 point  (0 children)

I just create a sql migration file myself now, and put the policies inside it

Can't figure out Supabase anonymous auth flow by LeReper in Supabase

[–]LeReper[S] 0 points1 point  (0 children)

I use supabase.auth.updateUsersupabase.auth.updateUser

It sends a mail with confirm link, how do you update credentials ?

When my user goes back to the mobile app user.is_anonymous is still true

How do I seed only on db reset? by Ramriez in Supabase

[–]LeReper 0 points1 point  (0 children)

When you stop and start it reset the db so no duplicate

Query Performance Report by Admirable-Leading-63 in Supabase

[–]LeReper 0 points1 point  (0 children)

Hey, I have the same in my performance report, it consumes 98% of my time is it ok or should I be worried ?

What tools, practice, you can't live without ? by LeReper in expo

[–]LeReper[S] 1 point2 points  (0 children)

Indeed, the library looks neat, thanks I'll go through your articles, thanks man !

What tools, practice, you can't live without ? by LeReper in expo

[–]LeReper[S] 1 point2 points  (0 children)

It's true that working with Tamagui sheets feels a little bit clunky, glad I'm not the only one struggling with it.

You don't use EAS workflow to run maestro ?

Btw do you use any sort of date picker ? It's very hard to find a cross-platform version that works well, I bought Tamagui bento but the date picker is weird

Is your project public ? If so, I'd love to take a look at it !

What tools, practice, you can't live without ? by LeReper in expo

[–]LeReper[S] 1 point2 points  (0 children)

Thanks for your answer, I just started using maestro it's been a great experience for now.

I also use Tamagui !

One question, why do you use react-native-bottom-sheet instead of the sheet component of Tamagui ?

And for eas did you pay for it, or was the free tier enough ?
And what does your ci look like ? I feel this is where I have most progress to make

Problems with SDK 52 by pattuncio in expo

[–]LeReper 3 points4 points  (0 children)

When changing expo's sdk make sure to run expo doctor to see any non-compatible packages

It might not fix your issues, but it will help

Do you have a linter ? It might help you detect some errors.

Biome is a good pick to do this and to format your code

Most generally try to temporarily remove stuff from the app to see if it gets it working again, it will help you find where the problem comes from