diff --git a/package.json b/package.json index 63cf154e..029f33ed 100644 --- a/package.json +++ b/package.json @@ -102,9 +102,15 @@ "typescript": "5.0.4" }, "peerDependencies": { + "@expo/config-plugins": "*", "react": "*", "react-native": "*" }, + "peerDependenciesMeta": { + "@expo/config-plugins": { + "optional": true + } + }, "workspaces": [ "examples/*", "!examples/expo-example",