fullStackOasis / react-native-android-module-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A demo using React-Native with Android Native Modules.

Native modules will be deprecated when the new architecture is "stable", so at that point, this project will either be deprecated or need to be upgraded.

The idea is to use the default React Native example project, and add a native module to it in a way that the module can be used with minimal work. This way, native modules can be demonstrated, but without any complicating factors that might be come from adding a module to an existing, complex project.

The plan is that this native module will be built directly within the project, and will not be distributed as an npm package.

This project will follow the instructions for native modules to start. I'm most familiar with Java, so I'll build using their Java instructions.

About


Languages

Language:Java 48.0%Language:TypeScript 19.2%Language:Objective-C 12.7%Language:Ruby 12.6%Language:Objective-C++ 4.2%Language:JavaScript 3.3%