什么是 react-native?
使用 Expo 和裸工作流程进行移动应用程序开发的 React Native 模式。触发器:构建移动应用程序、使用 React Native 组件、使用 Expo、React Navigation 或 NativeWind 时。 来源:gentleman-programming/gentleman-skills。
使用 Expo 和裸工作流程进行移动应用程序开发的 React Native 模式。触发器:构建移动应用程序、使用 React Native 组件、使用 Expo、React Navigation 或 NativeWind 时。
通过命令行快速安装 react-native AI 技能到你的开发环境
来源:gentleman-programming/gentleman-skills。
| Create new Expo project | npx create-expo-app@latest --template tabs | | Add NativeWind | npx expo install nativewind tailwindcss | | Platform check | Platform.OS === 'ios' | | Safe insets | useSafeAreaInsets() from react-native-safe-area-context | | Navigation | router.push('/screen') with Expo Router |
| Deep linking | Configure in app.json under expo.scheme | | Environment vars | Use expo-constants or react-native-dotenv | | Icons | @expo/vector-icons (included in Expo) | | Animations | react-native-reanimated for 60fps animations | | Gestures | react-native-gesture-handler |
使用 Expo 和裸工作流程进行移动应用程序开发的 React Native 模式。触发器:构建移动应用程序、使用 React Native 组件、使用 Expo、React Navigation 或 NativeWind 时。 来源:gentleman-programming/gentleman-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/gentleman-programming/gentleman-skills --skill react-native 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/gentleman-programming/gentleman-skills --skill react-nativeBrowse more skills from gentleman-programming/gentleman-skills
使用 Expo 和裸工作流程进行移动应用程序开发的 React Native 模式。触发器:构建移动应用程序、使用 React Native 组件、使用 Expo、React Navigation 或 NativeWind 时。 来源:gentleman-programming/gentleman-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/gentleman-programming/gentleman-skills --skill react-native 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/gentleman-programming/gentleman-skills