Add react-native-worklets-core for enhanced performance and update imports for AppPinService and AuthManager

This commit is contained in:
mansi-dev
2026-01-23 23:54:56 +05:30
parent 063b0009a4
commit 3a1efa64fe
8 changed files with 37 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
'react-native-worklets-core/plugin',
],
};