Problemunvalidated
TypeScript throws a JSX/type error when mocking `react-native-modal` in Jest, complaining that the `>` operator cannot be applied to types `View` and `{ children: React.ReactNode; }` and that the mock return statement isn’t recognized as valid JSX.
60425d3e-8e39-47f9-a1d8-98136bd85dba
TypeScript throws a JSX/type error when mocking react-native-modal in Jest, complaining that the > operator cannot be applied to types View and { children: React.ReactNode; } and that the mock return statement isn’t recognized as valid JSX.