From a3da4abb31aac9eaaef5a7a608d990cebc2754bc Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 12 May 2025 02:36:39 -0700 Subject: [PATCH] Remove react-native-exit-app from nightly testing (#51230) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51230 react-native-exit-app last commit is from 2 years ago. Removing it as it is broken with our nightly integration ## Changelog: [Internal] - Remove react-native-exit-app from nightly testing Reviewed By: cortinico Differential Revision: D74527792 fbshipit-source-id: 0974b2d857aa6f76c59b0411204798a5fe48cffe --- .github/workflows/test-libraries-on-nightlies.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-libraries-on-nightlies.yml b/.github/workflows/test-libraries-on-nightlies.yml index db008588ac9..00c847f69ef 100644 --- a/.github/workflows/test-libraries-on-nightlies.yml +++ b/.github/workflows/test-libraries-on-nightlies.yml @@ -48,7 +48,6 @@ jobs: "react-native-contacts", "react-native-device-info", "react-native-email-link", - "react-native-exit-app", "@dr.pogodin/react-native-fs", "react-native-permissions", "react-native-vector-icons",