react-native-native-modules
Installation
SKILL.md
React Native Native Modules Skill
Learn to build native modules for iOS and Android using Turbo Modules, JSI, and the new architecture.
Prerequisites
- React Native intermediate knowledge
- Basic iOS (Swift/Objective-C) or Android (Kotlin/Java)
- Understanding of async/sync patterns
Learning Objectives
After completing this skill, you will be able to:
- Create native modules for iOS and Android
- Implement Turbo Modules with Codegen
- Bridge third-party SDKs
- Handle native events
- Debug native code issues