Skip to content

Commit

Permalink
fix: expo-app should load library from workspace:.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Sep 18, 2024
1 parent 01a9586 commit 016b44a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/rctmln/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
connection.project.dir=../../example/android
connection.project.dir=../../packages/react-native-app/android
eclipse.preferences.version=1
2 changes: 1 addition & 1 deletion packages/expo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@mapbox/geo-viewport": "*",
"@maplibre-react-native/examples": "*",
"@maplibre/maplibre-react-native": "10.0.0-alpha.13",
"@maplibre/maplibre-react-native": "workspace:*",
"@react-native-masked-view/masked-view": "*",
"@react-navigation/native": "*",
"@react-navigation/stack": "*",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ __metadata:
languageName: unknown
linkType: soft

"@maplibre/maplibre-react-native@npm:10.0.0-alpha.13, @maplibre/maplibre-react-native@workspace:.":
"@maplibre/maplibre-react-native@workspace:*, @maplibre/maplibre-react-native@workspace:.":
version: 0.0.0-use.local
resolution: "@maplibre/maplibre-react-native@workspace:."
dependencies:
Expand Down Expand Up @@ -8708,7 +8708,7 @@ __metadata:
"@babel/core": "npm:^7.20.0"
"@mapbox/geo-viewport": "npm:*"
"@maplibre-react-native/examples": "npm:*"
"@maplibre/maplibre-react-native": "npm:10.0.0-alpha.13"
"@maplibre/maplibre-react-native": "workspace:*"
"@react-native-masked-view/masked-view": "npm:*"
"@react-navigation/native": "npm:*"
"@react-navigation/stack": "npm:*"
Expand Down

0 comments on commit 016b44a

Please sign in to comment.