Jyoti Mauryajyotimaurya.hashnode.dev·Jun 14, 2024Write your first React Native App with me (Part 1)Let me make your life easy and give you choices that you have while creating your first React Native App. My advice is to pick one of these and stick to it rather than switching and trying to learn everything because then you will be able to master n...Discuss·61 readsReact Native App Developmentpowersync
Hsiangyu Huhsiang.dev·Mar 23, 2023Debugging Flipper Desktop AppBackground While upgrading React Native project at work, one problem occurs to me is that I’m not able to use the Hermes debugger plugin on Flipper (Desktop App). Before the upgrade, my team has been using Chrome V8 for Android. This is where the exp...Discuss·1 like·980 readsReact Native
Tiffany Chongblog.sciffany.com·Feb 19, 2023Optimizing Your React Native App with FlipperIntroduction Ever wondered how to speed up your React Native apps and measure their performance? Let me walk you through measuring the performance of your app through component render times, and also some techniques to speed up your application. Step...Discuss·1.3K readsReact Native