推荐使用:React Native Query Boilerplate with Zustand
React Native Query Boilerplate with Zustand 是一个结合了React Native、React Query和Zustand的项目模板,旨在为开发者提供一个快速启动并运行的样板代码。
以下是如何使用该模板的简要步骤:
- 克隆模板仓库到本地:
git clone https://github.com/futurestudio/react-native-query-boilerplate-with-zustand.git
- 进入项目目录:
cd react-native-query-boilerplate-with-zustand
- 安装依赖:
yarn install
- 启动Metro Bundler以监听文件变化并热更新:
yarn start
- 在另外一个终端窗口中,启动iOS模拟器或连接的Android设备:
yarn ios # 仅限 macOS,启动iOS模拟器
# 或者
yarn android # 启动Android模拟器或连接的设备
以上步骤会启动一个基础的React Native应用,并包含了React Query和Zustand的基础使用。开发者可以在此基础上进行深入开发。
评论已关闭