diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6aeaf0bc..72b45423 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -39,7 +39,6 @@ body: - '@config-plugins/react-native-branch' - '@config-plugins/react-native-callkeep' - '@config-plugins/react-native-dynamic-app-icon' - - '@config-plugins/react-native-google-cast' - '@config-plugins/react-native-pdf' - '@config-plugins/react-native-siri-shortcut' - '@config-plugins/react-native-webrtc' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 330f4c56..c15844b3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -26,10 +26,6 @@ contact_links: - about: Programmatically change the app icon in React Native. name: 📦 react-native-dynamic-app-icon issues url: https://github.com/idearockers/react-native-dynamic-app-icon/issues - - about: React Native wrapper for the Google Cast SDK for iOS and Android - name: 📦 react-native-google-cast issues - url: >- - https://github.com/react-native-google-cast/react-native-google-cast/issues - about: A react native PDF view component, support ios and android platform name: 📦 react-native-pdf issues url: https://github.com/wonday/react-native-pdf/issues diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f43a15fa..8a3c98cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,6 @@ jobs: react-native-blob-util, react-native-branch, react-native-siri-shortcut, - react-native-google-cast, react-native-pdf, ] name: Test ${{ matrix.package }} on Node ${{ matrix.node }}