-
### 🚀 Feature Proposal
For package jest-environment-jsdom, change dependency on jsdom from:
"jsdom": "^22.0.0"
to
"jsdom": "^25.0.1"
### Motivation
jsdom versions before 25.0.1 (includin…
-
### Prerequisites
- [X] I checked the documentation and FAQ without finding a solution
- [X] I checked to make sure that this issue has not already been filed
- [X] I'm sure that question is related …
-
## Overview
Initially, I intended to suggest aligning the SDK more closely with the existing React SDK's API. However, while drafting this issue, I realized there might not be enough commonality fo…
-
What `react-native` version are you using?
0.63.4
What `react-native-pdf` version are you using?
6.3.0
Describe your issue as precisely as possible :
When I'm creating a simple snapshot test…
-
### Description
Jest tests with @testing-library/react-native are failing with an error
### CodeSandbox/Snack link
N/A
### Steps to reproduce
I am getting the following error when attem…
-
I have a component containing `@expo/vector-icons` that's working but failed in jest. The test is succeed when commented out the icon
### Error messages
`Element type is invalid: expected a string…
-
**Mobile Device Environment**
Provide a list of operating systems on which this issue is relevant.
- Device: Android - Samsung S22 - Android 14
- OS: Android 14
**Application Environment**
Prov…
-
As this project matures and we're publishing regular releases to the public App and Play Stores, we need to begin working toward as much test coverage as possible, and we will integrate it into our ex…
-
### babel.config
```
module.exports = function (api) {
api.cache(true);
return {
presets: ['module:metro-react-native-babel-preset'],
plugins: ['react-native-web']
}…
-
**Do you want to request a *feature* or report a *bug*?**
I've got a question or otherwise a bug report.
**What is the current behavior?**
I'm trying to import files from a shared library. I'…