diff --git a/babel.config.js b/babel.config.js index e563c812..80303db3 100644 --- a/babel.config.js +++ b/babel.config.js @@ -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', ] diff --git a/package-lock.json b/package-lock.json index 81d22fa0..1d2025d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 6ee06359..573e68ed 100644 --- a/package.json +++ b/package.json @@ -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",