-
### What happened?
```tsx
Navigation.events().registerComponentDidDisappearListener(event => {
// event doesn't invoke on Android 13,12,11 :( when user jump between tabs
})
```
I fo…
-
Not sure if it's a next or nextra thing, but when I do `bun run build`, the built content doesn't contain the new content.
I have to remove `.next` folder before it picks up the new content.
Bel…
-
Running a `yarn install` seems to pull the wrong package when generating the bundles.
```
Unable to resolve module `./images/ad.png` from `/*/node_modules/react-native-phone-input/lib/resources/fl…
-
I have a React component (using the MUIv5 styling framework) that works prior to my attempt to incorporate ReactImageUploading.
I have wrapped the (functional) component in `ReactImageUploading` as…
-
### Current behavior
I'm attempting to create a custom modal interpolator that fades in rather than slides in from the bottom. However, whenever I change the `cardStyleInterpolator` from `forModalP…
-
# Check List
- [x] Que es React
- [x] Como funciona? Demo en template
- [x] Time to Code
## Que es React?
- [x] Llibrería JS, JSX, historia (facebook), Componentes Clases, ES6. Componentes …
-
Sometimes I get this error when I try to upload 20 Images (40 MB)
I use it like this:
```
import React from 'react';
import RUG from 'react-upload-gallery';
response.source} // res…
-
**I have the following issue:**
I'm experiencing a critical issue where my Expo React Native app crashes almost immediately after launching on real Android devices. The app works perfectly fine on em…
-
It seems to have a problem finding '@medusajs/types'
Indeed if I look at files referring to that, they are red underlined.
run dev works fine.
pnpm run build
> medusa-next@1.0.3 build
…
-
### issue
When multiple images are set up, the UI is not broken, but when a single image is set up, the UI is broken.
The situation is that we are reverting the library version back to 0.29.0 at one…