diff --git a/expo.js b/expo.js index 2a38171a9..1a4670326 100644 --- a/expo.js +++ b/expo.js @@ -5,7 +5,7 @@ const { withAppBuildGradle, withMainApplication, // Using the safer, higher-level helper WarningAggregator, -} = require('@expo/config-plugins'); +} = require('expo/config-plugins'); const fs = require('fs'); const path = require('path'); diff --git a/package.json b/package.json index d031d0151..8929b61ef 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,14 @@ "type": "git", "url": "https://github.com/codemagic-ci-cd/react-native-code-push" }, + "peerDependencies": { + "expo": "*" + }, + "peerDependenciesMeta": { + "expo": { + "optional": true + } + }, "dependencies": { "code-push": "4.2.3", "glob": "^7.1.7",