Skip to content

Commit b7823e6

Browse files
authored
fix(Expo): prebuild not working (#89)
1 parent be639c1 commit b7823e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

expo/plugin/withCodePush.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
const { createRunOncePlugin } = require('expo/config-plugins');
2-
const { withAndroidBuildScriptDependency, withAndroidMainApplicationDependency } = require('./withCodePushAndroid');
2+
const { withAndroidMainApplicationDependency } = require('./withCodePushAndroid');
33
const { withIosBridgingHeader, withIosAppDelegateDependency } = require('./withCodePushIos');
44
const pkg = require('../../package.json');
55

66
const withCodePush = (config) => {
7-
config = withAndroidBuildScriptDependency(config);
87
config = withAndroidMainApplicationDependency(config);
98
config = withIosBridgingHeader(config);
109
config = withIosAppDelegateDependency(config);

0 commit comments

Comments
 (0)