-
I've upgraded to [React 19](https://react.dev/blog/2024/04/25/react-19-upgrade-guide) and am now getting the following error in the console with the page not rendering at all
```
Uncaught TypeError:…
-
### Link to the code that reproduces this issue
https://github.com/khuezy/next-modal-bug
### To Reproduce
1. npm install
2. npm run dev
3. Go to localhost:3000/gallery
4. Click on /gallery…
-
Unhandled Runtime Error
Error: Cannot read properties of undefined (reading 'prototype')
Call Stack
prototype
node_modules\react-responsive-masonry\lib\Masonry\index.js (14:94)
_inheritsLoose
…
-
react-native: 0.58.5
react-native-fs: 2.13.3
test it on simulator IPad Air2 and device IPad
My file path:
`file:///var/mobile/Containers/Data/Application/14E28AC2-5E35-4749-B09F-75DBEB0499A4…
-
Build Details:
OS Version: Dev (OS Build 27695.1000)
App: React Native Gallery
App Version: 1.0.18.0
React Native Windows Version: 0.75.0
AT: Keyboard
Repro-Steps:
Launch the React Native Ga…
-
2022
https://github.com/jobtoday/react-native-image-viewing
2024
https://github.com/pavelbabenko/react-native-awesome-gallery
2023
https://github.com/booyeu/react-native-reanimated-viewer
…
-
It is possible to disable the search from the device gallery?
-
Build Details:
OS Version: Dev (OS Build 27695.1000)
App: React Native Gallery
App Version: 1.0.18.0
React Native Windows Version: 0.75.0
AT: Screen Reader
Pre-Requisite:
Turn on Narrator (…
-
We will be using links to images(from imgur) for these images. Would be amazing to write the front end with that capability itself.
![ezgif com-video-to-gif](https://user-images.githubusercontent.c…
ghost updated
4 years ago
-
Upgrade to React 19 so we get performance improvements of React Compiler.
I tried this previously and got this problem where the page wouldn't render:
https://github.com/benhowell/react-grid-gall…