David Shergilashvilidshergilashvili.hashnode.dev·Oct 22, 2024React Native in 2024: A Deep Dive into Complex Development Challenges and Market RealityIntroduction: The Evolving Landscape The mobile development landscape in 2024 presents a complex reality that significantly differs from what Meta (formerly Facebook) envisioned when launching React Native in 2015. After nearly a decade of evolution,...React
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...120 readsReact Native
Yashwanth Maringantitechnycalblogs.hashnode.dev·Jul 4, 2024How to Install React Native: A Comprehensive GuideIntroduction: Step into the dynamic universe of React Native - a technology that has revolutionized mobile app development. If you've envisioned creating apps seamlessly operating across various platforms, this is your chance. React Native is a power...31 readsSteps to Install React Native
Jyoti Mauryajyotimaurya.hashnode.dev·Jun 16, 2024Write Your first React Native App with me (Part 2)In this blog, we will do the installation and run the sample react native app which is provided by default. Then we will create our own app called ShowHello which is a lot more than just displaying Hello World on screen but easy enough to be your fir...42 readsReact Native App DevelopmentReact Native
Nitin Sharmareactnativebynitin.hashnode.dev·Jun 7, 2024Building a Tic Tac Toe Game in React NativeIntroduction In this tutorial, we'll build a simple Tic Tac Toe game using React Native. This project will help you understand the basics of React Native, including components, state management, and event handling. Prerequisites Basic knowledge of J...37 reads@hiteshchoudharylco
Muhammad Hassaanhassaan.hashnode.dev·May 13, 2024React Native 0.74 is releasedHi React Native Developers, Version 0.74 has been released, stable and ready for use now, with more than 1600 commits. You can see the full changelog at React Native 0.74.1 Change Log. The main updates in this release are: Using Yarn 3 for new proje...1 like·129 readsReact Native
Varun Kukadeappalchemist.hashnode.dev·Mar 19, 2024Simplified React Native Environments: Android & IOS (2024)In this article, I have added all the steps combined and everything in detail about how to set multiple environments in the React native project that I have collected from various blogs, youtube videos. This will also include how to create apps and d...React Native
6D-Shrinidhi Raoreactsnative.hashnode.dev·Dec 19, 2023React Native Alert !!Alert launches an alert dialog with the specified title and message. Optionally provide a list of buttons. Tapping any button will fire the respective onPress callback and dismiss the alert. By default, the only button will be an 'OK' button. This is...React Native
6D-Shrinidhi Raoreactsnative.hashnode.dev·Dec 18, 2023React Native AccessibilityInfo !!Sometimes it's useful to know whether or not the device has a screen reader that is currently active. The AccessibilityInfo API is designed for this purpose. You can use it to query the current state of the screen reader as well as to register to be ...React Native
6D-Shrinidhi Raoreactsnative.hashnode.dev·Dec 17, 2023Modify your React Native App !Now that you have successfully run the app, let's modify it. Open App.tsx in your text editor of choice and edit some lines.(I recommend Using VS Code.) Press the R key twice or select Reload from the Dev Menu (Ctrl + M) to see your changes! impo...31 readsReact Native