Sébastien LorberforSébastien Lorbersebastienlorber.hashnode.net·Jun 7, 2022This Week In React #107: Plasmo, Panapasi, Fastify-DX, Remix, Solid, useInsertionEffect, JSI, Vite, Angular, Safari...Hi everyone! Remix, TanStack, Chakra, Mitosis, Panapasi, Fastify-DX... What do they have in common? They are becoming framework-agnostic! It's clearly a growing trend! I arrived in Krakow for the App.js conf. Hope you bring back some great React-Nati...Discuss·49 likes·179 readsThis Week In ReactReact
Shrutika DorugadeforCode with Shrutcodewithshrut.hashnode.net·Mar 5, 2023'useColorScheme' hook in React NativeHello friends, very warm welcome to my next article. I hope you have pretty much styled your Hello World app by following my previous article. So today we will be learning what is useColorScheme hook in React Native and how we can use it. Below is ou...Discuss·12 likes·49 readsReactnative
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 26, 2023How to A/B test your React Native application using feature flags.Suppose you have two variations of a software product but you're not sure which one to deploy. The solution would be to conduct an A/B test in which you can release each variation to a small percentage of users. This would allow you to gather concret...Discuss·10 likesab testing
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 26, 2023How to A/B test your React Native application using feature flags.Suppose you have two variations of a software product but you're not sure which one to deploy. The solution would be to conduct an A/B test in which you can release each variation to a small percentage of users. This would allow you to gather concret...Discuss·10 likesab testing
Dileepa Chandimaforeigen. by Dileepa Chandimadilipchandima.hashnode.net·Mar 25, 2023How I built background geolocation tracking with ReactNativeHi friends 🥰 Today I'm going to tell you how I built background geolocation tracking when I work on BAAS mobile application. BAAS mobile application is an On-demand Handyman booking application for the US. Still, we are in the customer and handyman ...DiscussReactnative
Sidharth BhasinforSidharth Bhasin's blogsidharthbhasin.hashnode.net·Mar 8, 2023Understanding the Differences Between Flexbox in CSS and React NativeFlexbox is a powerful layout system in React Native that allows developers to easily create dynamic and responsive user interfaces. While the basic principles of flexbox are the same in React Native as in CSS, there are some key differences between t...DiscussReact Native
Shrutika DorugadeforCode with Shrutcodewithshrut.hashnode.net·Mar 5, 2023'useColorScheme' hook in React NativeHello friends, very warm welcome to my next article. I hope you have pretty much styled your Hello World app by following my previous article. So today we will be learning what is useColorScheme hook in React Native and how we can use it. Below is ou...Discuss·12 likes·49 readsReactnative
dhiraj jaiswalfordhiraj jaiswal's blogdhirajjaiswal.hashnode.net·Feb 5, 2023How to create own radio button in React-native?In this blog, I will demonstrate how you can use the radio button inside your react-native app. Table of Contents: Introduction Use cases Problem Number of ways to implementation Implementation code Conclusion 👉Introduction In a case where w...Discuss·1 like·82 readsReact Native
Aman kumar choudharyforAman's blogamankch.hashnode.net·Feb 1, 2023Get Started with React Native: What and How?Hello guys, welcome to the world of React Native. React Native is open-source UI software backed by tech giant Meta. In the year of 2015, Facebook released React Native and since then it's maintaining it. We can use React Native to develop mobile app...Discuss·39 readsReactnative
Anil KumarforMobile app developmentmobileappdevelopement.hashnode.net·Jan 31, 2023React native interview question and answersWhat is React Native? A: React Native is an open-source framework that enables developers to build native mobile applications using JavaScript and React. What are the advantages of using React Native? A: Cross-platform compatibility, performance, co...Discuss·32 readsReactnative
Srishti MauryaforSrishti's blogsrishtimaurya.hashnode.net·Jan 15, 2023Flatlist in React NativeFlatList is a component in React Native that allows for the efficient rendering of large lists of items. It is an improved version of the traditional ListView component and is recommended for use in most cases. One of the main advantages of FlatList ...Discuss·31 readsReactnative
Vignesh Reddy JulakantiforAndroid Development - React Nativemrboom.hashnode.net·Jan 13, 2023Converting an expo app to apk filenpm install -g eas-cli Create an expo account and then eas login eas build:configure For Getting apk file eas build -p android --profile preview For aab extension file for playstore update eas build Now check in https://expo.dev/ for the builds ...Discuss·27 readsReactnative
Faith GaiciumiaforShumia's Blogfaithgaiciumia.hashnode.net·Jan 5, 2023Building a Financial Management App with React Native - Part 6Full Code: https://github.com/faithgaiciumia/FinMan-App In my previous post, I created a homepage design. Now I'd like to actualize it and incorporate it into the React Native application. The home page has two main features that would normally take ...Discuss·28 readsReact Native Financial Management App Reactnative