React native upgrade to 0.81 (#472)

React Native and dependency upgrades
This commit is contained in:
Ritesh Shukla
2025-08-14 17:00:10 +05:30
committed by GitHub
parent 6dec7660db
commit a6b575c998
26 changed files with 1015 additions and 823 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
// react-native-reanimated/plugin has to be listed last
'react-native-reanimated/plugin',
],
plugins: ['react-native-worklets/plugin'],
}