Double-checking that everything works properly...
#BuildInPublic
Double-checking that everything works properly...
#BuildInPublic
I start to like more and more Supabase, but I’m still exploring 👀
I start to like more and more Supabase, but I’m still exploring 👀
I’ll show you what was built pretty soon, any questions? Feel free
#shipFast #sideProject #ReactNative #Supabase
I’ll show you what was built pretty soon, any questions? Feel free
#shipFast #sideProject #ReactNative #Supabase
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
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
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
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
Someone already tried it? Any feedback?
Long-awaited CSS Animations and Transitions support is here! ✨
Available now in Beta.
Read more 👇
Someone already tried it? Any feedback?
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
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
#ReactNative #Mobile #BuildInPublic
#ReactNative #Mobile #BuildInPublic
Which React Native component library is your favorite to ship fast mobile apps? 🤔
#ReactNative #Mobile #BuildInPublic
Which React Native component library is your favorite to ship fast mobile apps? 🤔
#ReactNative #Mobile #BuildInPublic
#ReactNative #StateManagement #MobileDev #CodingTips
#ReactNative #StateManagement #MobileDev #CodingTips
#ReactNative #MobileDev #ProductivityHacks #CodingTips
#ReactNative #MobileDev #ProductivityHacks #CodingTips
Time to grab some coffee and start to code with that nice landscape
Time to grab some coffee and start to code with that nice landscape
#Crypto #FinTech
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
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
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
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
💡 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
💡 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