Posts for React Native

React Native is an open-source mobile application framework created by Facebook. It is used to develop applications for Android, iOS, Web, and UWP by enabling developers to use React.

Learn How to Implement Admob Ads In React Native

In this article, you will learn How To Implement Admob Ads In Your React Native App. Steps Install Expo Install Other Dependencies Create Banner Ad Create Interstitial & Rewarded Creating Expo Project npm install -g expo-cli After installing Expo Client we will now create project using expo. expo init react-native-admob cd react-native-admob expo start After […]

February 21, 2021 in React Native & Tutorials
Deven
Deven wrote

7 best practices that will increase React Native performance

React Native is based on JavaScript, the native part interacts with native thread through a bridge. We have three threads running the React Native framework namely: UI thread, Shadow Tree thread, and the JavaScript thread. Its architecture has two sections; the native part built on Java, Swift or Objective-C and React native part built on […]

July 24, 2020 in React Native
Deven
Deven wrote

Build a simple E-Commerce App with React Native

In this tutorial, I’ll show you to build a simple e-commerce app with React Native. React Native is a JavaScript framework for writing mobile applications for iOS and Android. It’s based on React and React Native is so popular. Create Login Page In React-Native with Animation Prerequisites Before continue reading this tutorial you will need Node.js and npm installed on your machine. […]

November 19, 2019 in React Native & Tutorials