PDParas Dindrdholu.hashnode.dev·Mar 6, 2024 · 2 min readUnderstanding React Native File StructureWhen working with React Native, it's essential to have a clear understanding of the project's file structure. Here's a breakdown of the major files and directories you'll encounter: Project Root: test: Dedicated to test scripts written by testers fo...00
PDParas Dindrdholu.hashnode.dev·Feb 11, 2024 · 3 min readCreate Your First Mobile App: A React Native Hello World!Brief Overview React Native is an open-source UI software framework created by Meta Platforms, Inc. We use it to create software applications that can run on Android and IOS. How does it run on you ask? That is something we will cover in the future. ...00