initial commit

This commit is contained in:
2026-09-04 14:37:40 +02:00
parent 00869a1be9
commit 2b95addd51
12 changed files with 8890 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};