react-native-native-modules
Installation
SKILL.md
React Native Native Modules
Use this skill when creating custom native modules, integrating third-party native libraries, or accessing platform-specific functionality not available through JavaScript.
Key Concepts
Native Modules Overview
Native modules bridge JavaScript and native code:
JavaScript Layer
↕ (Bridge)
Native Layer (iOS/Android)
Turbo Modules (Modern Approach)
Turbo Modules provide better performance with type safety: