Open10

Expoで自作アプリをリリースするまで

annoanno

nativebaseからtamaguuiに移行

①tamagui -expoのスターターキットのパッケージ等、configなど見ながら設定。
https://github.com/ivopr/tamagui-expo/blob/main/package.json

Iconも使えた
https://tamagui.dev/docs/components/lucide-icons/1.0.0

shorthandsというheightをhみたいに省略して書けるようなものがあるので、以下参考にしながらnativebaseの部分を書き換え。
https://github.com/tamagui/tamagui/blob/master/packages/shorthands/src/index.tsx

Image
https://necolas.github.io/react-native-web/docs/image/

この記事でざっくり使い方を把握。
https://zenn.dev/kazukix/articles/4951b51ad8187a