stage 2: skeleton with navigation

This commit is contained in:
talksik
2026-04-29 11:05:21 -07:00
parent 06918f033d
commit cd1837c5f1
16 changed files with 1191 additions and 422 deletions
+1
View File
@@ -5,5 +5,6 @@ module.exports = function (api) {
["babel-preset-expo", { jsxImportSource: "nativewind" }],
"nativewind/babel",
],
plugins: ["react-native-worklets/plugin"],
};
};