diff --git a/package.json b/package.json index be522e0..055482e 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "@eslint/compat": "^1.3.2", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.35.0", + "@expo/config-plugins": "^56.0.8", "@react-native/babel-preset": "0.85.3", "@react-native/eslint-config": "0.85.3", "@react-native/jest-preset": "0.85.3", @@ -102,17 +103,18 @@ }, "peerDependencies": { "@vis.gl/react-google-maps": ">=1.0.0", + "expo": "*", "react": "*", "react-native": "*" }, "peerDependenciesMeta": { "@vis.gl/react-google-maps": { "optional": true + }, + "expo": { + "optional": true } }, - "dependencies": { - "@expo/config-plugins": "^56.0.8" - }, "workspaces": [ "example/bare", "example/expo", diff --git a/yarn.lock b/yarn.lock index 6a9bef6..cfccf31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3402,11 +3402,14 @@ __metadata: typescript: "npm:^5.9.2" peerDependencies: "@vis.gl/react-google-maps": ">=1.0.0" + expo: "*" react: "*" react-native: "*" peerDependenciesMeta: "@vis.gl/react-google-maps": optional: true + expo: + optional: true languageName: unknown linkType: soft