Skip to content

[Snyk] Upgrade react-native from 0.73.6 to 0.75.2 #251

[Snyk] Upgrade react-native from 0.73.6 to 0.75.2

[Snyk] Upgrade react-native from 0.73.6 to 0.75.2 #251

GitHub Actions / Tests annotations (🧪 jest-coverage-report-action) failed Sep 24, 2024 in 0s

Test suite run failed

Failed tests: 28/47. Failed suites: 10/17.

Details

Created failed tests' annotations. To disable them, see documentation.

  ● ExampleScreen › renders loading indicator initially

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      39 |
      40 |   test('renders loading indicator initially', () => {
    > 41 |     const { getByTestId } = render(
         |                                   ^
      42 |       <RecoilRoot>
      43 |         <ExampleScreenTest />
      44 |       </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/ExampleScreen/tests/index.test.js:41:35)

  ● ExampleScreen › renders content when userLoadable.state is "hasValue"

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      54 |     });
      55 |
    > 56 |     const { getByTestId } = render(
         |                                   ^
      57 |       <RecoilRoot>
      58 |         <ExampleScreenTest />
      59 |       </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/ExampleScreen/tests/index.test.js:56:35)

  ● ExampleScreen › renders error message when userLoadable.state is "hasError"

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      69 |     });
      70 |
    > 71 |     const { getByText } = render(
         |                                 ^
      72 |       <RecoilRoot>
      73 |         <ExampleScreenTest />
      74 |       </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/ExampleScreen/tests/index.test.js:71:33)

  ● ExampleScreen › calls requestFetchUser on button press

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      84 |     });
      85 |
    > 86 |     const { getByText } = render(
         |                                 ^
      87 |       <RecoilRoot>
      88 |         <ExampleScreenTest />
      89 |       </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/ExampleScreen/tests/index.test.js:86:33)

  ● ExampleScreen › sets user when userLoadable.state is "hasValue"

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      100 |     });
      101 |
    > 102 |     render(
          |           ^
      103 |       <RecoilRoot>
      104 |         <ExampleScreenTest />
      105 |       </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/ExampleScreen/tests/index.test.js:102:11)


  ● <RootScreen /> › should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      20 |   it('should render and match the snapshot', () => {
      21 |     useRecoilValue.mockReturnValue(true); // Mock app state as truthy
    > 22 |     const { baseElement } = render(<RootScreenTest />);
         |                                   ^
      23 |     expect(baseElement).toMatchSnapshot();
      24 |   });
      25 |

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/RootScreen/tests/index.test.js:22:35)

  ● <RootScreen /> › should render the Container and AppNavigator components

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      26 |   it('should render the Container and AppNavigator components', () => {
      27 |     useRecoilValue.mockReturnValue(true); // Mock app state as truthy
    > 28 |     const { getByTestId } = render(<RootScreenTest />);
         |                                   ^
      29 |
      30 |     const rootScreenContainer = getByTestId('root-screen');
      31 |     expect(rootScreenContainer).toBeTruthy();

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/RootScreen/tests/index.test.js:28:35)

  ● <RootScreen /> › should call navigateAndReset when appState is falsy

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      37 |   it('should call navigateAndReset when appState is falsy', async () => {
      38 |     useRecoilValue.mockReturnValue(null); // Mock app state as falsy
    > 39 |     render(<RootScreenTest />);
         |           ^
      40 |
      41 |     await waitFor(
      42 |       () => {

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/RootScreen/tests/index.test.js:39:11)
      at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
      at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
      at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7)
      at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)

  ● <RootScreen /> › should not call navigateAndReset when appState is truthy

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      49 |   it('should not call navigateAndReset when appState is truthy', async () => {
      50 |     useRecoilValue.mockReturnValue(true); // Mock app state as truthy
    > 51 |     render(<RootScreenTest />);
         |           ^
      52 |
      53 |     await waitFor(() => {
      54 |       expect(navigateAndReset).not.toHaveBeenCalled();

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/RootScreen/tests/index.test.js:51:11)
      at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
      at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
      at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7)
      at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)

  ● <RootScreen /> › should handle changes to appState

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      57 |
      58 |   it('should handle changes to appState', async () => {
    > 59 |     const { rerender } = render(<RootScreenTest />);
         |                                ^
      60 |
      61 |     // First render with a falsy app state
      62 |     useRecoilValue.mockReturnValueOnce(null);

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/scenes/RootScreen/tests/index.test.js:59:32)
      at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
      at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
      at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7)
      at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)


  ● <If /> › Should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      14 | describe('<If />', () => {
      15 |   it('Should render and match the snapshot', () => {
    > 16 |     const baseElement = render(<If />);
         |                               ^
      17 |     expect(baseElement).toMatchSnapshot();
      18 |   });
      19 |

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/components/atoms/If/tests/index.test.js:16:31)

  ● <If /> › If should render the child component when props.condition = true

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      27 |       condition: true
      28 |     };
    > 29 |     const { queryByText, getByText } = render(
         |                                              ^
      30 |       <If {...props}>
      31 |         <TrueConditionComponent />
      32 |       </If>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/components/atoms/If/tests/index.test.js:29:46)

  ● <If /> › If should render the component passed on otherwise when props.condition = false

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      46 |     };
      47 |
    > 48 |     const { queryByText, getByText } = render(
         |                                              ^
      49 |       <If {...props}>
      50 |         <TrueConditionComponent />
      51 |       </If>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/components/atoms/If/tests/index.test.js:48:46)


  ● <SimpsonsLoveWednesday /> › Should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js:15:42)

  ● <SimpsonsLoveWednesday /> › Should render the Error component if userErrorMessage is not empty

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js:29:44)

  ● <SimpsonsLoveWednesday /> › Should render the component if userErrorMessage is empty

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js:45:65)


  ● <CharacterWithQuote /> › Should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/molecules/CharacterWithQuote/tests/index.test.js:16:42)

  ● <CharacterWithQuote /> › Should render the Character name, image and quote provided as the user prop

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/molecules/CharacterWithQuote/tests/index.test.js:29:57)


  ● <LanguageProvider /> container tests › should render its children

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/atoms/LanguageProvider/tests/index.test.js:14:40)

  ● <ConnectedLanguageProvider /> container tests › should render the default language messages

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      21 | describe('<ConnectedLanguageProvider /> container tests', () => {
      22 |   it('should render the default language messages', () => {
    > 23 |     const { queryByText } = render(
         |                                   ^
      24 |       <ConnectedLanguageProvider>
      25 |         <T id="because" />
      26 |       </ConnectedLanguageProvider>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at Object.<anonymous> (app/components/atoms/LanguageProvider/tests/index.test.js:23:35)


  ● <LogoWithInstructions /> › Should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/molecules/LogoWithInstructions/tests/index.test.js:15:42)

  ● <LogoWithInstructions /> › should render the instructions pased as props

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/molecules/LogoWithInstructions/tests/index.test.js:20:44)


  ● <SplashScreen /> › should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/scenes/SplashScreen/tests/index.test.js:12:42)

  ● <SplashScreen /> › should contain 1 splash screen

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/scenes/SplashScreen/tests/index.test.js:17:49)


  ● <Container /> › should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/atoms/Container/tests/index.test.js:12:42)

  ● <Container /> › should contain 1 container

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/atoms/Container/tests/index.test.js:17:49)


  ● <T /> › should render and match the snapshot

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/atoms/T/tests/index.test.js:12:42)

  ● <T /> › should contain 1 t

    Trying to detect host component names triggered the following error:

    /home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

    There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
    Please check if you are using compatible versions of React Native and React Native Testing Library.

      11 |
      12 | export const renderWithI18next = (children, renderFunction = render) =>
    > 13 |   renderFunction(
         |   ^
      14 |     <RecoilRoot>
      15 |       <I18nextProvider i18n={i18n}>{children}</I18nextProvider>
      16 |     </RecoilRoot>

      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
      at detectHostComponentNames (node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:48:40)
      at renderInternal (node_modules/@testing-library/react-native/src/render.tsx:29:10)
      at renderFunction (app/utils/testUtils.js:13:3)
      at Object.<anonymous> (app/components/atoms/T/tests/index.test.js:17:49)

Annotations

Check failure on line 40 in app/scenes/ExampleScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

ExampleScreen > renders loading indicator initially

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/ExampleScreen/tests/index.test.js:41:35)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 50 in app/scenes/ExampleScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

ExampleScreen > renders content when userLoadable.state is "hasValue"

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/ExampleScreen/tests/index.test.js:56:35)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 65 in app/scenes/ExampleScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

ExampleScreen > renders error message when userLoadable.state is "hasError"

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/ExampleScreen/tests/index.test.js:71:33)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 80 in app/scenes/ExampleScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

ExampleScreen > calls requestFetchUser on button press

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/ExampleScreen/tests/index.test.js:86:33)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 96 in app/scenes/ExampleScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

ExampleScreen > sets user when userLoadable.state is "hasValue"

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/ExampleScreen/tests/index.test.js:102:11)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 20 in app/scenes/RootScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<RootScreen /> > should render and match the snapshot

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/RootScreen/tests/index.test.js:22:35)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 26 in app/scenes/RootScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<RootScreen /> > should render the Container and AppNavigator components

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/RootScreen/tests/index.test.js:28:35)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 37 in app/scenes/RootScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<RootScreen /> > should call navigateAndReset when appState is falsy

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/RootScreen/tests/index.test.js:39:11)
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
    at asyncGeneratorStep (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
    at _next (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7)
    at new Promise (<anonymous>)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 49 in app/scenes/RootScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<RootScreen /> > should not call navigateAndReset when appState is truthy

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/RootScreen/tests/index.test.js:51:11)
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
    at asyncGeneratorStep (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
    at _next (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7)
    at new Promise (<anonymous>)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 58 in app/scenes/RootScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<RootScreen /> > should handle changes to appState

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/RootScreen/tests/index.test.js:59:32)
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
    at asyncGeneratorStep (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
    at _next (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7)
    at new Promise (<anonymous>)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 15 in app/components/atoms/If/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<If /> > Should render and match the snapshot

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/atoms/If/tests/index.test.js:16:31)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 20 in app/components/atoms/If/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<If /> > If should render the child component when props.condition = true

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/atoms/If/tests/index.test.js:29:46)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 38 in app/components/atoms/If/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<If /> > If should render the component passed on otherwise when props.condition = false

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/atoms/If/tests/index.test.js:48:46)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 14 in app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<SimpsonsLoveWednesday /> > Should render and match the snapshot

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js:15:42)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 18 in app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<SimpsonsLoveWednesday /> > Should render the Error component if userErrorMessage is not empty

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js:29:44)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 34 in app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<SimpsonsLoveWednesday /> > Should render the component if userErrorMessage is empty

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/organisms/SimpsonsLoveWednesday/tests/index.test.js:45:65)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 15 in app/components/molecules/CharacterWithQuote/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<CharacterWithQuote /> > Should render and match the snapshot

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/molecules/CharacterWithQuote/tests/index.test.js:16:42)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 20 in app/components/molecules/CharacterWithQuote/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<CharacterWithQuote /> > Should render the Character name, image and quote provided as the user prop

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/molecules/CharacterWithQuote/tests/index.test.js:29:57)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 8 in app/components/atoms/LanguageProvider/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<LanguageProvider /> container tests > should render its children

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/atoms/LanguageProvider/tests/index.test.js:14:40)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 22 in app/components/atoms/LanguageProvider/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<ConnectedLanguageProvider /> container tests > should render the default language messages

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/atoms/LanguageProvider/tests/index.test.js:23:35)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 14 in app/components/molecules/LogoWithInstructions/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<LogoWithInstructions /> > Should render and match the snapshot

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/molecules/LogoWithInstructions/tests/index.test.js:15:42)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 18 in app/components/molecules/LogoWithInstructions/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<LogoWithInstructions /> > should render the instructions pased as props

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/molecules/LogoWithInstructions/tests/index.test.js:20:44)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 11 in app/scenes/SplashScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<SplashScreen /> > should render and match the snapshot

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/SplashScreen/tests/index.test.js:12:42)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 16 in app/scenes/SplashScreen/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<SplashScreen /> > should contain 1 splash screen

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/scenes/SplashScreen/tests/index.test.js:17:49)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)

Check failure on line 11 in app/components/atoms/Container/tests/index.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

<Container /> > should render and match the snapshot

Error: Trying to detect host component names triggered the following error:

/home/runner/work/react-native-template/react-native-template/node_modules/react-native/src/private/specs/components/DebuggingOverlayNativeComponent.js: Unsupported param type for method "highlightTraceUpdates", param "updates". Found $ReadOnlyArray

There seems to be an issue with your configuration that prevents React Native Testing Library from working correctly.
Please check if you are using compatible versions of React Native and React Native Testing Library.
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:54:11)
    at detectHostComponentNames (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/helpers/host-component-names.tsx:27:30)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:48:40)
    at renderInternal (/home/runner/work/react-native-template/react-native-template/node_modules/@testing-library/react-native/src/render.tsx:29:10)
    at renderFunction (/home/runner/work/react-native-template/react-native-template/app/utils/testUtils.js:13:3)
    at Object.<anonymous> (/home/runner/work/react-native-template/react-native-template/app/components/atoms/Container/tests/index.test.js:12:42)
    at Promise.then.completed (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:316:40)
    at _runTest (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/react-native-template/react-native-template/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)