diff --git a/example/babel.config.js b/example/babel.config.js index 42d356789..ccbe5e02e 100644 --- a/example/babel.config.js +++ b/example/babel.config.js @@ -13,7 +13,7 @@ module.exports = { }, }, ], - '@babel/plugin-proposal-export-namespace-from', + '@babel/plugin-transform-export-namespace-from', 'react-native-reanimated/plugin', ], }; diff --git a/example/package-lock.json b/example/package-lock.json index 801948218..559246db1 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -8,7 +8,7 @@ "name": "react-native-theoplayer-example", "version": "0.0.1", "dependencies": { - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-transform-export-namespace-from": "^7.24.1", "@react-native-community/slider": "^4.5.0", "@react-navigation/drawer": "^6.6.15", "@react-navigation/native": "^6.1.17", diff --git a/example/package.json b/example/package.json index ca2bb7580..69ad92018 100644 --- a/example/package.json +++ b/example/package.json @@ -14,8 +14,8 @@ "lint": "eslint \"**/*.{ts,tsx}\"" }, "dependencies": { + "@babel/plugin-transform-export-namespace-from": "^7.24.1", "@react-native-community/slider": "^4.5.0", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@react-navigation/drawer": "^6.6.15", "@react-navigation/native": "^6.1.17", "@theoplayer/react-native-analytics-adobe": "^1.4.0",