Skip to content

Commit 37019d8

Browse files
abueideclaude
andcommitted
fix: use GitHub includes instead of relative paths in react-native plugin
Relative path includes (path:../android/plugin.json) don't resolve when the plugin is fetched from a remote GitHub source. Switch to full GitHub plugin URLs so the react-native aggregator works as a remote include. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f1e734d commit 37019d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/react-native/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.2",
44
"description": "Aggregates the Android and iOS Devbox plugins for React Native projects.",
55
"include": [
6-
"path:../android/plugin.json",
7-
"path:../ios/plugin.json"
6+
"github:segment-integrations/devbox-plugins?dir=plugins/android",
7+
"github:segment-integrations/devbox-plugins?dir=plugins/ios"
88
],
99
"packages": {
1010
"curl": "latest",

0 commit comments

Comments
 (0)