-
### Summary
crash right after the page is loaded, require in plugins section seems to not working correctly
### Steps to Reproduce
I run the project with `npm run dev` but at the moment I reload/lo…
-
### Description
The **Bridgeless Architecture** in React Native 0.74 and later introduces significant performance issues, particularly for apps with complex logic and high demands for UI responsive…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
-
### What React Native libraries do you use?
Expo Web, Expo Router
### Are you using sentry.io or on-premise?
sentry.io (SaS)
### @sentry/react-native SDK Version
6.3.0
### How does your developm…
-
Hello!
As part of my work with the [Chrome Aurora](https://developer.chrome.com/docs/aurora) team, I’ve been working with image-focused React libraries to help improve application performance (meas…
-
The current `dash_mantine_components.js` file is quite large at 2.7MB, which can impact performance and load times.
### Build Output:
```
> dash_mantine_components@0.14.6 build:js
> webpack
…
-
**Description:**
Hello,
I've recently updated the `react-datocms` library in my React Native project from version **3.0.8** to **7.0.1**. After the update, the project crashes on startup with th…
-
**Describe the bug**
Because the new react-native architecture lazy loads modules by default, `require('react-native').NativeModules` is an empty object at app startup time. Search for "Lazy module l…
-
### Describe the bug
I'm using a react component like
```ts
import { lazy, Suspense } from "react";
const Lazy = lazy(() => import("./LazyCanvasPreload"));
const FullPageSpinner = () => spi…