upgrade to expo 53

This commit is contained in:
Aman Varshney
2025-05-01 15:37:12 +05:30
parent fc30b839f0
commit d5894e5db8
9 changed files with 43 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
module.exports = function (api) {
export default function (api) {
api.cache(true);
const plugins = [];
@@ -6,7 +6,6 @@ module.exports = function (api) {
return {
presets: [['babel-preset-expo', { jsxImportSource: 'nativewind' }], 'nativewind/babel'],
plugins,
};
};