Skip to content

Commit 32d96d6

Browse files
committed
fix: skip building react-native-context
1 parent 0ca6dfa commit 32d96d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3950,7 +3950,7 @@ DEPENDENCIES:
39503950
- CocoaLumberjack (= 3.9.0)
39513951
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
39523952
- EASClient (from `../node_modules/expo-eas-client/ios`)
3953-
- EXConstants (from `../node_modules/expo-constants/ios`)
3953+
- EXConstants (from `../node_modules/expo/node_modules/expo-constants/ios`)
39543954
- EXJSONUtils (from `../node_modules/expo-json-utils/ios`)
39553955
- EXManifests (from `../node_modules/expo-manifests/ios`)
39563956
- Expecta (= 1.0.6)
@@ -4221,7 +4221,7 @@ EXTERNAL SOURCES:
42214221
EASClient:
42224222
:path: "../node_modules/expo-eas-client/ios"
42234223
EXConstants:
4224-
:path: "../node_modules/expo-constants/ios"
4224+
:path: "../node_modules/expo/node_modules/expo-constants/ios"
42254225
EXJSONUtils:
42264226
:path: "../node_modules/expo-json-utils/ios"
42274227
EXManifests:

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)