Skip to content

Commit

Permalink
Change position
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Mar 3, 2023
1 parent bf20d45 commit 566b8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/src/withPodfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const withPodfile: ConfigPlugin<{
: `use_expo_modules!`;

const appClipTarget = `
target '${targetName}' do
target '${targetName}' do
${useExpoModules}
config = use_native_modules_app_clip!
Expand Down Expand Up @@ -85,8 +85,8 @@ export const withPodfile: ConfigPlugin<{
tag: "react-native-app-clip-2",
src: podfileContent,
newSrc: appClipTarget,
anchor: `post_install do`,
offset: -1,
anchor: `Pod::UI.warn e`,
offset: 5,
comment: "#",
}).contents;

Expand Down

0 comments on commit 566b8f6

Please sign in to comment.