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...DiscussReact 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...Discuss·10 likes·26 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...Discuss·10 likes·46 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...Discuss·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 ...Discussandroid 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...David Oluremi and 1 other are discussing this2 people are discussing thisDiscuss·1 like"React Scroll-to-Top
Jallu ChakravarthiforJallu Chakravarthi's team blogchakrij66-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...Discussreact-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...Discuss·2 likes·32 readsAndroid
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...Discuss·42 readsReact Native App DevelopmentReact Native
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·62 readsReact Native App Developmentpowersync