流程与付费墙 在 React Native 中使用备用付费墙 复制给 AI 查看 Markdown 安装工具 安装 AI Agent 工具 在你的 AI 编程工具中完成整个 Adapty SDK 集成。 了解更多 Claude Code Copilot CLI Gemini CLI Codex Any tool claude plugin marketplace add adaptyteam/adapty-skills claude plugin install adapty-skills@adapty git clone https://github.com/adaptyteam/adapty-skills.git cp -r adapty-sdk-integration-skill/skills/* ~/.copilot/skills/ gemini skills install https://github.com/adaptyteam/adapty-skills git clone https://github.com/adaptyteam/adapty-skills.git cp -r adapty-sdk-integration-skill/skills/* ~/.agents/skills/ 可安装到任何支持技能的 AI 工具。之后更新请运行 npx skills update。 npx skills add adaptyteam/adapty-skills --all 安装后,在你的项目中运行该技能: /adapty-integration Adapty 的备用付费墙同时支持 Expo 和纯 React Native 项目。由于这两种环境使用不同的构建系统,配置步骤也有所不同。 选择与您项目匹配的配置指南: Expo 通过 react-native-adapty 配置插件在 Expo React Native 项目中配置备用付费墙。 Pure React Native 在纯 React Native(非 Expo)项目中配置备用付费墙。