Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Mar 25, 2024
1 parent 3db3b70 commit fe1049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const withPodLinkingSettings: ConfigPlugin = (config) => {
Anchor last updated: 2024-03-25, line: 17
Check the line below still exists here: https://github.com/expo/expo/blob/main/templates/expo-template-bare-minimum/ios/Podfile
*/
anchor: /\s*use_expo_modules!\(\)/i,
anchor: "use_expo_modules!",
offset: 2,
comment: "#",
});
Expand Down

0 comments on commit fe1049b

Please sign in to comment.