From ec43150b2a8db3a93137ae69ac414859a2fff73e Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 23 Apr 2025 08:14:36 -0700 Subject: [PATCH] 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: https://github.com/facebook/react-native/pull/50873 Test Plan: GHA Reviewed By: cortinico Differential Revision: D73510995 Pulled By: cipolleschi fbshipit-source-id: a8abadfc8f0656de1288aa28e65abeab07bb9074 --- .github/workflows/test-libraries-on-nightlies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-libraries-on-nightlies.yml b/.github/workflows/test-libraries-on-nightlies.yml index d82cdb6d794..2951dbc2005 100644 --- a/.github/workflows/test-libraries-on-nightlies.yml +++ b/.github/workflows/test-libraries-on-nightlies.yml @@ -30,7 +30,7 @@ jobs: "react-native-image-picker", "react-native-linear-gradient", "@react-native-masked-view/masked-view", - "react-native-maps", + # "react-native-maps", React Native Maps with the New Arch support has a complex cocoapods setup for iOS. It needs a dedicated workflow. "@react-native-community/netinfo", "react-native-reanimated@nightly react-native-worklets@nightly", #reanimated requires worklet to be explicitly installed as a separate package "react-native-svg", @@ -40,7 +40,7 @@ jobs: "react-native-screens", "react-native-pager-view", "@react-native-community/slider", - #additional OSS libs used internally + # additional OSS libs used internally "scandit-react-native-datacapture-barcode scandit-react-native-datacapture-core", "react-native-contacts", "react-native-device-info",