Native modules
A React Native app may occasionally need to access a native platform API that is not by default available in JavaScript, such as the native APIs for using Apple or Google Pay. Perhaps you want to write some high-performance, multi-threaded code for things like image processing or reuse some existing…