Tag

React Native

A collection of 7 posts

Reduce React Native APK Size by 70-80%: Complete Optimization Guide
react

Reduce React Native APK Size by 70-80%: Complete Optimization Guide

Reducing the size of a React Native APK by 70-80% is achievable through a combination of code optimization, asset management, build configuration tweaks, and advanced tooling. This guide breaks down proven strategies to shrink your app’s footprint while maintaining top performance and functionality. Why APK Size Matters? Large APKs

· 3 min read
TabView in React Native | A Complete Overview
React Native

TabView in React Native | A Complete Overview

React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. It is based on React, Facebook’s JavaScript library for building user interfaces and it targets mobile platforms. React Native applications are written using a mixture of JavaScript and XML-Esque markup, known as

· 4 min read
Top React Table Libraries
react

Top 10 React Table Libraries In 2022

Tables are a critical component of every application. It is no longer effective to build and style tables manually because there is such a huge spectrum of fully prepared libraries available for that function. So, we make use of such libraries to ease up our tasks. We have rounded up

· 7 min read
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
React Native Web
Front end

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