-
### New Version
0.71.8
### Old Version
0.68.5
### Build Target(s)
Android emulator
### Output of `react-native info`
System:
OS: macOS 13.0
CPU: (10) x64 Apple M1 Max
…
-
I used your example code to create a chart and used react testing library to simply render it and I got nothing but error messages.
The code (called fake.js):
```
import React, {
Component,
…
TD-DO updated
2 months ago
-
## Issue
Describe your issue here
As of this morning (EDT), when running our app in the iOS Simulator, we are seeing this Firebase Messaging Error message:
> NativeFirebaseError: [messaging/u…
-
## Describe the bug
⚠️ I'm not sure if this is the correct repo to report this.
When trying to use `delay('infinite')` to mock loading states, jest throws a warning and hangs forever.
```
Jest…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
I'm attempting to run test via jest in my app, and I'm getting thi…
-
The following errors were reported by 5.7.0-dev.20241103 vs 5.6.3
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](…
-
When building `pro-gallery` inside an `expo` created `react-native` Android app, compilation completes but running the app causes things to crash. The error reported is:
```
07-27 11:35:59.921 26627…
-
I was hoping to start the conversation around getting [Import Map](https://github.com/WICG/import-maps) support into core. I figured starting here with a proposal was better than starting right off w…
-
**Bug description:**
When running a Jest test involving WebView, It runs fine on 11.26.0, however when upgrading to 12.0.2, I get this error:
```
Invariant Violation: TurboModuleRegistry.getEnfor…
-
I am new to React Native Testing Library. For my React native app I am using styled components and Typescript. I fetched the data and pass to my flatList. In Flat-list's render item I have created one…