Florian Bouron πŸ‡«πŸ‡·πŸ‡΅πŸ‡±'s Avatar

Florian Bouron πŸ‡«πŸ‡·πŸ‡΅πŸ‡±

@florianbouron.bsky.social

Building React Native apps, I will share what I learn during my journey right here #ReactNative #Expo

50 Followers  |  13 Following  |  54 Posts  |  Joined: 30.12.2024  |  1.6212

Latest posts by florianbouron.bsky.social on Bluesky

Thank you so much!
Publishing my first app! I build since so many years but never publish, this year I’m publishing, I’ll share all the stuff I learn on the road over here!

14.05.2025 18:54 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

I am getting ready to submit to Apple!
Double-checking that everything works properly...
#BuildInPublic

14.05.2025 18:27 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yes I do for my dev environment

03.04.2025 05:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hi there πŸ‘‹
Someone has some tips about #Supabase #security before going to production? I want to make sure I didn’t forget anything on my checklist

02.04.2025 17:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

So I would recommend you to add a supabase folder at the root of your expo project and add your sql queries there it helps a lot Trae to perform good πŸš€

02.04.2025 09:17 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

#Supabase supports the database trigger, this is awesome! That way you don’t have to use so many edge functions!
I start to like more and more Supabase, but I’m still exploring πŸ‘€

01.04.2025 17:12 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’m actually using it everyday since a week! Really awesome! I can only recommend it.
Btw what do you use for your backend? Supabase?

01.04.2025 17:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Well said @galaxies.dev, focus on the product not on the tech stack.
You can build on the best tech stack, but if you have no users is this worth it?
Just master your tech stack and test the market! πŸ—οΈ

01.04.2025 08:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Basically the fastest way I found so far to leverage it, is to tell him already the optimization you have in mind as well as why you want to architect like this and treat your #LLM as a colleague who would review your code or you would explain what you do at the coffee machine β˜•οΈ

01.04.2025 08:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

In my quest of releasing a maximum of apps to this year, if a new thing to share! I’ve let Claude do my #supabase architecture. Well… it’s not that good to delegate all of it (not a surprise) you need to still be the architect of your backend to make it safe and efficient.

01.04.2025 08:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

#VibeCoding is kinda interesting I nerded doing this a big part of my Sunday, in the evening I had to refactor though. But it made me gain some time, so I didn’t manage to make my app and its backend in one day. I knew it was ambitious. This evening I’ll continue this app and let you guys know

31.03.2025 10:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Totally agree with you Simon!
Let’s build!

30.03.2025 12:16 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This weekend I’m using AI to build an app extremely fast to publish it on the App Store!
I’ll show you what was built pretty soon, any questions? Feel free
#shipFast #sideProject #ReactNative #Supabase

30.03.2025 12:14 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What’s Corepack in Node.js?

Corepack is a built-in tool in Node.js that lets you use Yarn and pnpm without installing them globally. It ensures projects use the correct package manager version, improving consistency and workflow.

Enable it with:
> corepack enable

#NodeJS #JavaScript #TypeScript

12.03.2025 14:34 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

What’s an Activity in Android?πŸ€”

In Android, an Activity is basically where the UI lives and user interactions happen. It also handles key events like:

- Showing UI components πŸ–ΌοΈ
- Responding to user input
- Managing screen lifecycle (create, pause, stop, etc.)

#AndroidDev #Kotlin #Java #MobileDev

24.01.2025 13:16 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Can’t wait to test this in my next project!
Someone already tried it? Any feedback?

24.01.2025 07:00 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You can also see this like your app controller

23.01.2025 09:21 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Image generated by AI to illustrate the AppDelegate

Image generated by AI to illustrate the AppDelegate

What’s an AppDelegate? Let’s break it down!

In iOS dev, the AppDelegate is like the β€œcommand center” of your app 🚦. It handles system-level events, like:

- The app launching πŸš€
- Notifications coming in
- Managing app state (active, background, sleep)

#iOSDev #Coding #ReactNative #MobileDev

23.01.2025 09:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Merci for the tips Romain!
Yeah having a mix of nativewind and glue stack seems like the most efficient way! I’ll probably go this way!

14.01.2025 08:54 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

For my build in public challenge I’m gonna use NativeWind. Is there any of you who had some good or bad experience with the library?

#ReactNative #Mobile #BuildInPublic

14.01.2025 08:32 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

I wish it is

12.01.2025 18:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Definitely thinking of keeping control and ship fast while having pretty apps. Does Unistyle really brings value for only mobile apps instead of style sheets?

10.01.2025 13:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I’m actually considering using Tailwind for all my apps. I actually didn’t know StyleX it’s an interesting one. What did you put in production with StyleX?

10.01.2025 13:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This year I’ll build in public on BlueSky, but I have a question for you.

Which React Native component library is your favorite to ship fast mobile apps? πŸ€”

#ReactNative #Mobile #BuildInPublic

09.01.2025 08:28 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

What was the most impactful things you got from this book?

08.01.2025 12:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Sure, I’ll let you know

08.01.2025 06:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Interesting I actually didn’t know Zustand is compatible with Reduxtoolkit

07.01.2025 15:54 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Persisting data works as well with React Native? Can you choose which can of storage you want to use (secure or not)?

07.01.2025 15:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yeah I kinda feel like for a little app I would go with Zustand

07.01.2025 15:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yeah already following, thanks for the tips

07.01.2025 15:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@florianbouron is following 13 prominent accounts