美文网首页
使用 Solito 和 Tamagui 结合开发跨平台应用

使用 Solito 和 Tamagui 结合开发跨平台应用

作者: 王宣成 | 来源:发表于2023-11-06 21: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

相关文章

网友评论

      本文标题:使用 Solito 和 Tamagui 结合开发跨平台应用

      本文链接:https://www.haomeiwen.com/subject/oojxwdtx.html