Shubham Deshmukhshubhamdsk.hashnode.dev·Aug 30, 2024Building Your First Simple React Native App1. Create a New React Native Project First, open your terminal and run the following command to create a new React Native project: npx react-native init MySimpleApp Replace MySimpleApp with your desired project name. This command will generate a new...React Native
Prabin Kumar Sahuprabin19.hashnode.dev·Jul 11, 2024Step-by-Step Guide to Creating Your First React Native AppIntroduction Creating a React Native app can be a challenging yet rewarding experience. As a beginner, I faced several hurdles, but I learned a lot through the process. This blog aims to guide you through the steps to create a React Native app from s...121 readsReact Native
Krunal Chandankuchinpotta.hashnode.dev·Dec 31, 2023First Setup : React-NativeBasically it took me hours for my setup, as working in windows is not that bad but to setup each and every variable is just a terrible idea, it was hectic but at the end it was all worth it. I had followed, my favorite, Hitesh Choudhary.His React-Nat...first app