We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be639c1 commit b7823e6Copy full SHA for b7823e6
expo/plugin/withCodePush.js
@@ -1,10 +1,9 @@
1
const { createRunOncePlugin } = require('expo/config-plugins');
2
-const { withAndroidBuildScriptDependency, withAndroidMainApplicationDependency } = require('./withCodePushAndroid');
+const { withAndroidMainApplicationDependency } = require('./withCodePushAndroid');
3
const { withIosBridgingHeader, withIosAppDelegateDependency } = require('./withCodePushIos');
4
const pkg = require('../../package.json');
5
6
const withCodePush = (config) => {
7
- config = withAndroidBuildScriptDependency(config);
8
config = withAndroidMainApplicationDependency(config);
9
config = withIosBridgingHeader(config);
10
config = withIosAppDelegateDependency(config);
0 commit comments