React-Native

A collection of 5 posts
React vs React Native Web
react

React Native Web Vs React- A Comparison Guide

Often many of you are wondering isn’t React already existed for many years now and what is the point of the react-native web. Also, some people are thinking are both React native web and React the same thing? Let’s check this comparison guide for 2022 for React native

· 8 min read
Struggle with React Native
React-Native

A Happy Struggle With React-Native-Web

React-native-web is one of the most amazing ideas for UI developers, it makes a longtime dream a reality: the ability to create an application that runs on both phones and browsers with just one codebase. React-native-web helps us to write the same React code for both React and React Native.

· 6 min read
Running expo and raw react-native together
React-Native

Running expo and raw react-native together

Hello, world! Glad you asked this question, about ejecting your expo app. Well, you might have been asked by your senior developer, or boss or you might have just heard it from someone but don’t exactly have a good acquaintance with it. In this article we’ll try to

· 8 min read
React Native Web
React-Native

React-Native-Web: A Brief Introduction

You have read about React for the app, here in this article we read about React Native for the web. In this article, we mention how to create a React-Native website using React native web. As well as in this article you find the basic concept of react native web

· 4 min read
React Native Web
Android

React-Native-Web Tutorials: Your First Hybrid App

Before we start React-Native-Web * Basic understanding of React (understanding React native as well is preferred but not necessary) * Some understanding of ES6 * Have npm installed on your machine * yarn install. If you don’t, feel free to substitute any instance of yarn add ... with npm install -S .... Downloading Expo Download

· 10 min read