Added: base expo installation

This commit is contained in:
2024-05-04 00:13:58 +02:00
parent 44dbf74f1c
commit 3a7b83b990
10 changed files with 14280 additions and 0 deletions

6
frontend/babel.config.js Normal file
View File

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