update dependencies, improve PDF handling, and enhance printer integration

This commit is contained in:
2025-05-22 19:01:38 +03:00
parent e96db56927
commit bb8ea9a037
68 changed files with 692 additions and 493 deletions

View File

@@ -4,8 +4,11 @@ module.exports = function (api) {
presets: ['babel-preset-expo'],
plugins: [
'react-native-reanimated/plugin',
'react-native-paper/babel'
]
'@babel/plugin-proposal-nullish-coalescing-operator',
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-transform-arrow-functions',
'@babel/plugin-transform-shorthand-properties',
'@babel/plugin-transform-template-literals',
],
};
};
};