Skip to content

Commit b65b4c4

Browse files
committed
chore: move code a bit
1 parent 72d8a3c commit b65b4c4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build/android/mainApplicationDependency.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/android/mainApplicationDependency.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export const withAndroidMainApplicationDependency: ConfigPlugin<
4545
const kotlinAnchor = `override fun getJSMainModuleName(): String = ".expo/.virtual-metro-entry"`;
4646
if (mainApplicationProps.modResults.contents.includes(kotlinAnchor)) {
4747
const kotlinJSBundleFileOverride = `
48-
override fun getJSBundleFile(): String? {
49-
return CodePush.getJSBundleFile()
50-
}
48+
override fun getJSBundleFile(): String? {
49+
return CodePush.getJSBundleFile()
50+
}
5151
`;
5252
mainApplicationProps.modResults.contents = addBelowAnchorIfNotFound(
5353
mainApplicationProps.modResults.contents,

0 commit comments

Comments
 (0)