使用 Solito 和 Tamagui 结合开发跨平台应用
2023-11-06 本文已影响0人
王宣成
npm create tamagui
yarn add tamagui @tamagui/next-plugin
# 状态管理
yarn add jotai
cd into the project using:
cd tamagui
To start the Next.js development server, run:
yarn web
To start Expo Go for mobile development, run:
yarn native
You can also create Expo development builds by doing:
cd apps/expo
then:
yarn ios
or...
yarn android