Skip to content

Commit 17f792a

Browse files
committed
fix: skip building react-native-context
1 parent 4609324 commit 17f792a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

react-native.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ module.exports = {
66
android: null,
77
},
88
},
9+
"@react-native-menu/menu": {
10+
platforms: {
11+
// Skip auto-linking here because we don't use it on android
12+
android: null,
13+
},
14+
},
915
},
1016
}

0 commit comments

Comments
 (0)