Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Create React Native Plugin For Android

Posted By: ELK1nG
Create React Native Plugin For Android

Create React Native Plugin For Android
Published 5/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 607.09 MB | Duration: 1h 4m

A full guide to create a react native module in Android with example

What you'll learn

Create a Android native module for React Native

Create Package, Modules and Services

Use native module as a bridge between Java and React Native communication

Deploy your module to NPM

Requirements

Must have knowledge of React Native ecosystem

Description

Mobile apps are one of the best ways to engage with users - no wonder everyone wants to build one!The React Native allows you to create mobile apps for Android and iOS platforms!No need to learn Java, Android, Swift, Objective-C or anything of that - React and JavaScript is all you need to create awesome native mobile apps that work on both Android and iOS. That's probably the reason why Instagram, Airbnb, Skype and many other global companies are using it to build their mobile apps!But to create a great mobile app, you also need to use native APIs when business is required hence this course is intended to React native developers who would like to create their own Android modules. This course will explain step by step to create the module and use it in the app to add the native features into the app with the bonus of publishing this module into the NPM repository to access it globally.Here's a detailed look at what you'll get:The core concepts and theoryHow to use native features in the app using react native bridgeUnderstand the step-by-step process to create the native moduleHow to install the native module and create the wrapper to use itDetailed examples of how to create the native modulesHow to publish your native modules to the rpm repository to access any app you want to use this module.What will you need to succeed in this course?Knowledge of Android will help you to quickly start the course but you don’t need to be an expert on it.JavaScript and React knowledge is required though - you don't need to be an expert but the basics need to be set (though there are refresher sections in this course!)I'd be very happy to welcome you to the course!

Overview

Section 1: How to create Native Module with example

Lecture 1 Introduction

Lecture 2 Basic requirements of creating Native Module

Lecture 3 Creating a Package

Lecture 4 Creating a Module

Lecture 5 Creating a Service

Lecture 6 Use native module into React Native

Section 2: Deploy native module to NPM

Lecture 7 Boilerplate of a native module

Lecture 8 Wrap our package into boilerplate

Lecture 9 Test package before deployment

Lecture 10 Upload package to NPM

React Native developers curious to create Native modules