Initial commit

Generated by create-expo-app 2.3.1.
This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 19:48:29 -04:00
commit e88bc2ca3c
6 changed files with 15226 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: ["expo-router/babel"],
};
};