-
### Current Behavior
Unable to use lazy-loading React feature with react-native
This line will cause error
```tsx
const SharedLayoutLazy = React.lazy(() => import('@happynrwl/shared-ui-layout'))…
-
### Describe the feature you'd like:
It would be nice if this lib supports React 19. It should probably work, but when using npm to install deps, it fails with:
```
npm error code ERESOLV…
-
# Issue: Creating a Custom SDK Package for React Native
## Overview
The core objective of this package is to serve as a wrapper around the Vechain SDK. This encapsulation is intended to allow the …
-
That's actually not a issue, but I didn't find any doc on internet.
How to test with React Testing Library?
How can I simulate a user input on a field?
### ReactQuill version
- [ ] master
…
-
### I'm using React Router as a...
library
### Reproduction
```javascript
import { matchRoutes } from "react-router";
import { createBrowserHistory } from "history";
export const his…
-
As soon as I setup app using `@testing-library/react-native`, I get:
```
SyntaxError: Cannot use import statement outside a module
❯ Object. node_modules/@testing-library/react-native/src/helper…
-
### Problem Statement
The current implementation of FormProvider can trigger unnecessary re-renders in components that consume the context, even when the specific context values they rely on haven't …
-
Hey, guys, I tried to use the library for rendering animated gifs.
On @d11/react-native-fast-image 8.8.0 ios is working great but android is rendering slower than expected.
After an update to 8.…
-
Dear react-native-android-widget Maintainers,
I’m encountering an issue where click actions on widgets built with your library do not work on certain Redmi devices. The same widget functions correc…
-
Configure Jest and React Testing Library for unit testing.