Syed Zohaib Akhtersyedzohaib.hashnode.dev·Dec 12, 2024React Native App - Testing, Deployment, and MaintenanceOne of the most popular gladiators in the cross-platform app development space has been React Native. React Native, which is owned by Facebook, provides developers and companies with a number of advantages. The whole process of creating cross-platfor...app
Infowind techinfowindtech57.hashnode.dev·Dec 9, 2024How to Optimize React Native Apps for Performance: Best PracticesAs everyone is aware, React Native is widely used for creating cross-platform mobile applications using a single codebase. This is why app development is quite fast and easy as well. But, despite having several advantages, the developers still face t...react native app development
Ankit Choubeyankitchoubeyy.hashnode.dev·Oct 13, 2024Rewriting your new React native applicationAfter initialising your React Native app, you can explore your project by finding app.tsx Here is an example of App.jsx i.e Rewritten by removing all the previous code provided to us by boilerplate. import React from "react"; import { SafeAreaVie...React Native
Shubham Jainjshanos.hashnode.dev·Aug 17, 2024Implementing Bottom Sheets Like a Pro in React NativeWhen building a React Native app, one of the most common UI patterns you'll encounter is the bottom sheet—a UI element that slides up from the bottom of the screen, often used for menus, options, or additional details. While many developers might imp...10 likes·27 readsReact Native
Nidhish Kumar Guptanidhishcu.hashnode.dev·Aug 7, 2024Beginner's Guide to Android Development with React NativeAndroid is the most widely used mobile operating system in the world, powering hundreds of millions of devices in over 190 countries. By the end of 2021, Android had captured around 71% of the global market share, and its popularity continues to grow...10 likes·52 readsReact Native
Md Sohail Fizasohailfiza.hashnode.dev·Aug 2, 2024Easy Guide to Sending Push Notifications in React Native via Firebase: AndroidIntroduction Push notifications are a pivotal feature for mobile applications, offering developers and stakeholders a powerful tool to engage users with timely and relevant updates. Setting Up Push Notifications using Firebase Cloud Messaging (FCM) F...29 readsReact Native
Samarth Srivastavasamarth-srivastava.hashnode.dev·Jul 28, 2024Create Android App using responsive websiteHey guys, so you want to make a android app but not sure about how to go about it. The easiest way to do it, is by opening a responsive website inside the app. For this we are using react native framework so will follow the download and installation ...android app development
Emmanuel Saserelearnwithsasere.hashnode.dev·Jul 22, 2024How to Enable Scroll-to-Top in a React App: A Beginner's GuideOne common issue that many React developers, especially newbies, face is the inability for the app to scroll to the top on each page change. In this blog, I'll show you how to easily implement this functionality in your React application. Step 1: Und...1 like"React Scroll-to-Top
Jallu Chakravarthichakrij66-1720329226273.hashnode.dev·Jul 7, 2024React Native Installation Guide & Run in Android DeviceInstall 3 Things for React Native Installation visual studio code [vscode] Java [openjdk] Android studio for adb Step 1: Check NodeJS and Java is installed (or) not if not install the nodejs and java using chocolatey. node --version java --ver...react-native install
Shoyeabshoyeab.hashnode.dev·Jun 20, 2024We are setting up a React-Native Environment In the Windows system.Introduction: What is React-Native: React-Native is a JavaScript framework that is used to build cross-platform mobile applications. Prerequisite: JavaScript React Core Concepts Understanding Installation Steps: NodeJS click here to download Ja...2 likes·32 readsAndroid