Florian Bouron 🇫🇷🇵🇱
banner
florianbouron.bsky.social
Florian Bouron 🇫🇷🇵🇱
@florianbouron.bsky.social
Building React Native apps, I will share what I learn during my journey right here #ReactNative #Expo
I am getting ready to submit to Apple!
Double-checking that everything works properly...
#BuildInPublic
May 14, 2025 at 6:27 PM
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
April 2, 2025 at 5:17 PM
#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 👀
April 1, 2025 at 5:12 PM
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.
April 1, 2025 at 8:45 AM
#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
March 31, 2025 at 10:00 AM
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
March 30, 2025 at 12:14 PM
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
March 12, 2025 at 2:34 PM
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
January 24, 2025 at 1:16 PM
Can’t wait to test this in my next project!
Someone already tried it? Any feedback?
Announcing React Native Reanimated 4 🐴

Long-awaited CSS Animations and Transitions support is here! ✨

Available now in Beta.

Read more 👇
January 24, 2025 at 7:01 AM
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
January 23, 2025 at 9:19 AM
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
January 14, 2025 at 8:32 AM
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
January 9, 2025 at 8:28 AM
When it comes to managing state in React Native apps, what are your preferred state management solutions? Share your experiences with different libraries, patterns, and best practices. I'd love to hear what's working best for you! 🌟

#ReactNative #StateManagement #MobileDev #CodingTips
January 7, 2025 at 7:26 AM
I'm looking for some productivity hacks while creating React Native apps. What are your go-to tips and tricks? From tools and libraries to best practices and workflows, I'd love to hear your suggestions! 🎧✨

#ReactNative #MobileDev #ProductivityHacks #CodingTips
January 6, 2025 at 10:01 AM
It’s snowing pretty heavily today ❄️
Time to grab some coffee and start to code with that nice landscape
January 6, 2025 at 8:26 AM
Coinbase has officially acquired BUX Europe Limited, expanding its reach in the European market. The newly rebranded entity, now known as Coinbase Financial Services Europe, brings a Cyprus Investment Firm license, enabling Coinbase to offer CFDs across the European Economic Area.
#Crypto #FinTech
January 4, 2025 at 7:24 PM
Building an app? Use Expo. It simplifies everything: one codebase for iOS, Android, and web. No messy native setups, just scan a QR code to test instantly. Built-in features like push notifications and GPS save time, and updates are hassle-free. Faster, easier, better. #ReactNative #Expo
January 2, 2025 at 10:17 PM
💡 Tip of the Day:
Have you heard about TurboModules in React Native? They make native modules faster and more efficient by loading them on demand, not at startup. This means quicker app launches and better performance. Perfect for scaling your app! 🚀 #ReactNative #React #Mobile
January 2, 2025 at 8:12 AM
💡 Did you know?
React Native makes it super easy to handle platform-specific features! With the Platform module, you can check if you’re on iOS or Android and tweak your app for each. For example: Platform.OS === 'ios'. One codebase, custom experiences! Cool, right? 🚀 #ReactNative #DevTips
January 1, 2025 at 8:44 PM

💡 Did you know?
With React Native, you can use deep linking to open specific app screens directly via URLs (e.g., myapp://profile/123). It’s perfect for personalized navigation! Just set up URL schemes in AndroidManifest.xml & Info.plist. Try it out! 🚀 #ReactNative #Mobile #React
December 30, 2024 at 10:28 PM