git log --oneline --stat
HEAD
- Stars
- 119k
- Forks
- 213
- Updated
- Apr 29, 2026
repo --stat
stars
119k
forks
213
last update
Apr 29, 2026
license
MITv0.74.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add react-native-mobile - Invoke
// Run from any project directory
$ claude --skill react-native-mobile "help me ship this" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill react-native-mobile "now refactor it"
react-native-mobile/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- React Native Mobile Pro
- slug:
- react-native-mobile
- version:
- v0.74.0
- license:
- MIT
- author:
- @facebook-rn
- categories:
- tags:
- #react-native#expo#mobile#navigation#typescript
- description:
Build React Native apps: navigation, Expo modules, native APIs, and OTA updates.
features.md
5 capabilities
// What you can do with it
- Navigation: generates stacks, tabs, and nested navigators using @react-navigation/native with createNativeStackNavigator / createBottomTabNavigator, and a typed RootStackParamList so useNavigation and
- Expo modules: integrates expo-camera, expo-location, expo-image-picker, expo-notifications, expo-secure-store, and friends — including the matching usePermissions() hooks and requestPermissionsAsync()
- Permissions config: edits app.json / app.config.ts infoPlist (iOS usage strings) and Android permissions, so prebuild produces correct native manifests.
- OTA updates: configures eas.json build profiles, expo-updates, and runtimeVersion, then sets up eas update --branch against named channels.
- Tests: scaffolds RNTL component tests (render, screen, fireEvent) under Jest with jest-expo, and end-to-end Detox specs with device / element / by.
README.md
react-native-mobile/README.md
8 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…