Initial commit

Generated by create-expo-app 3.2.0.
This commit is contained in:
Dennis Hundertmark
2025-03-10 19:49:23 +01:00
commit b24544f115
30 changed files with 17173 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = function(api) {
api.cache(true);
return {
presets: [
['babel-preset-expo', {
unstable_transformImportMeta: true
}]
]
};
};