stage 1: project init

This commit is contained in:
talksik
2026-04-29 10:42:20 -07:00
parent 3a11a82cd3
commit 06918f033d
18 changed files with 6405 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = function (api) {
api.cache(true);
return {
presets: [
["babel-preset-expo", { jsxImportSource: "nativewind" }],
"nativewind/babel",
],
};
};