Initial commit

Generated by create-expo-app 2.3.5.
This commit is contained in:
DESKTOP-CIKBOTF\ChiefSoft
2024-05-18 15:24:12 -04:00
commit d689640f98
10 changed files with 14904 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};