first commit

This commit is contained in:
2024-02-16 22:52:53 +01:00
commit 826c4c0186
13 changed files with 17300 additions and 0 deletions

6
babel.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};