Skip to content

Commit

Permalink
fix: keep plugin without build
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 1, 2024
1 parent e25ffe5 commit fd686ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
backgroundColor: "#285daa",
translucent: false,
},
plugins: ["@maplibre/maplibre-react-native"],
plugins: ["../../plugin/src/withMapLibre.ts"],
});

0 comments on commit fd686ec

Please sign in to comment.