This commit is contained in:
Violet Caulfield
2025-02-26 02:23:47 -06:00
parent 9637a75db9
commit f094d2edfb
3 changed files with 34 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
'react-native-boost/plugin',
// react-native-reanimated/plugin has to be listed last
'react-native-reanimated/plugin',
]

32
package-lock.json generated
View File

@@ -32,6 +32,7 @@
"react-native": "0.77.0",
"react-native-background-actions": "^4.0.1",
"react-native-blurhash": "^2.1.1",
"react-native-boost": "^0.5.5",
"react-native-carplay": "^2.4.1-beta.0",
"react-native-device-info": "^14.0.4",
"react-native-draggable-flatlist": "^4.0.1",
@@ -16414,6 +16415,37 @@
"react-native": ">=0.60.0-rc.0 <1.0.x"
}
},
"node_modules/react-native-boost": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/react-native-boost/-/react-native-boost-0.5.5.tgz",
"integrity": "sha512-MmyodNLk7cwg4HWJ4BAT5PAerh7Hox4jRyAjyD2sRa4cfHRziUobdy35Qvqq9CNMRnju7CKkW/72FPsSELpquQ==",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.0",
"@babel/helper-module-imports": "^7.25.0",
"@babel/helper-plugin-utils": "^7.25.0",
"minimatch": "^10.0.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
},
"node_modules/react-native-boost/node_modules/minimatch": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": "20 || >=22"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/react-native-carplay": {
"version": "2.4.1-beta.0",
"resolved": "https://registry.npmjs.org/react-native-carplay/-/react-native-carplay-2.4.1-beta.0.tgz",

View File

@@ -41,6 +41,7 @@
"react-native": "0.77.0",
"react-native-background-actions": "^4.0.1",
"react-native-blurhash": "^2.1.1",
"react-native-boost": "^0.5.5",
"react-native-carplay": "^2.4.1-beta.0",
"react-native-device-info": "^14.0.4",
"react-native-draggable-flatlist": "^4.0.1",