Dateien nach "/" hochladen

This commit is contained in:
2026-05-31 23:37:31 +02:00
commit 1b5c840f30
5 changed files with 148 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};