Skip to content

Commit ec43150

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Disable react-native-maps for nightlies (#50873)
Summary: the `react-native-maps` library has a complex setup for iOS. It doesn't work with autolinking, therefore we need to disable the test with the nightlies ## Changelog: [Internal] - Disable nitghtly test for react-native-maps Pull Request resolved: #50873 Test Plan: GHA Reviewed By: cortinico Differential Revision: D73510995 Pulled By: cipolleschi fbshipit-source-id: a8abadfc8f0656de1288aa28e65abeab07bb9074
1 parent e25e425 commit ec43150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-libraries-on-nightlies.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
"react-native-image-picker",
3131
"react-native-linear-gradient",
3232
"@react-native-masked-view/masked-view",
33-
"react-native-maps",
33+
# "react-native-maps", React Native Maps with the New Arch support has a complex cocoapods setup for iOS. It needs a dedicated workflow.
3434
"@react-native-community/netinfo",
3535
"react-native-reanimated@nightly react-native-worklets@nightly", #reanimated requires worklet to be explicitly installed as a separate package
3636
"react-native-svg",
@@ -40,7 +40,7 @@ jobs:
4040
"react-native-screens",
4141
"react-native-pager-view",
4242
"@react-native-community/slider",
43-
#additional OSS libs used internally
43+
# additional OSS libs used internally
4444
"scandit-react-native-datacapture-barcode scandit-react-native-datacapture-core",
4545
"react-native-contacts",
4646
"react-native-device-info",

0 commit comments

Comments
 (0)