[FYP]: Structuring

This commit is contained in:
2024-11-04 19:53:55 +00:00
parent 7f2d538238
commit ec8a46e986
43 changed files with 20962 additions and 102 deletions

View File

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