From react-native-dev
Creates a React Native native module bridging platform-specific functionality with TypeScript types, iOS (Swift/ObjC) and Android (Kotlin/Java) implementations, and promise-based error handling.
How this command is triggered — by the user, by Claude, or both
Slash command
/react-native-dev:native-moduleThe summary Claude sees in its command listing — used to decide when to auto-load this command
Create a React Native native module to bridge platform-specific functionality. ## Steps 1. Define the native module interface: 2. Create the TypeScript interface: 3. Implement the iOS native code (Swift/Objective-C): 4. Implement the Android native code (Kotlin/Java): 5. Handle platform differences: 6. Test the module on both platforms. 7. Document the module API and usage. ## Format ## Rules - Always provide TypeScript types for the module interface. - Handle errors consistently across both platforms. - Use promises over callbacks for async operations.
Create a React Native native module to bridge platform-specific functionality.
Module: <name>
Methods:
- <method>(params): <return type>
Events:
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin react-native-dev/native-moduleCreates a React Native native module bridging platform-specific functionality with TypeScript types, iOS (Swift/ObjC) and Android (Kotlin/Java) implementations, and promise-based error handling.
/erne-native-moduleCreates React Native native modules via Expo API, Turbo Modules, or Fabric Components. Scaffolds TypeScript APIs, Swift/Kotlin implementations, tests, docs, then runs automated code review.
/platform-channelGenerates a Flutter platform channel with Dart, iOS (Swift), and Android (Kotlin) implementations for native communication.
/rn-feature-devGuides React Native feature development through 8-phase pipeline: codebase exploration, architecture design, implementation, live device verification, and quality review.
/react-nativeReviews React Native and Expo code against performance and best-practice patterns. Also supports project setup guidance and full project review.
/senior-mobile-developerAssists as a senior mobile developer with 8+ years experience for building apps, native features, performance optimization, platform compliance using React Native, Flutter, SwiftUI, Kotlin, Expo, and more.