File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments