resize fix

This commit is contained in:
m
2026-07-29 19:43:44 +02:00
parent fe4fb6020e
commit c940d4448b
4 changed files with 134 additions and 110 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'],
};
};