ScrollView as child of Modal no longer scrollable on first mount/modal opening, RN >= 0.76, Android only, old-arch only
Personne n'a encore pris cette issue.
- Langage dominant
- C++
- Étoiles
- 127k
- Forks
- 25.3k
- Merge moyen
- 1 j 23 h
- PR mergées (30 j)
- 4
Description
Description
Since React Native 0.76.0, a ScrollView as a child of the built-in Modal component is no longer scrollable when the modal first opens on Android.
This seems to only affect the old architecture. New architecture seems to be unaffected.
iOS seems unaffected.
The problem is still present in RN 0.77. Downgrading to 0.75.4 fixes it.
Steps to reproduce
- Install the reproduction app with
yarn android. The reproduction is set to use the old architecture by default. - Click the
Open Scrollable Modalbutton. - Observe that the screen doesn't scroll, even though it should.
- Leave the modal open. Try modifying the code in
ScrollableModalContent.tsxby adding astyle={{flex: 1}}to the ScrollView and saving the file. This hot-reloads the component without unmounting at the parent, and suddenly the ScrollView becomes scrollable. - Close the modal using the hardware back button. Re-open the modal, observing the content is unscrollable again, even with
style={{flex: 1}}still on the ScrollView. - Remove the
style={{flex: 1}}from the ScrollView and save the file. - Enable newArch in Android
gradle.properties. - Rebuild the app and try opening the modal again.
- The modal opens and the content inside scrolls as expected.
React Native Version
0.77.0
Affected Platforms
Runtime - Android
Output of npx react-native info
System:
OS: Linux 6.12 openSUSE Tumbleweed 20250117
CPU: (8) x64 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Memory: 11.91 GB / 31.31 GB
Shell:
version: 5.2.37
path: /bin/bash
Binaries:
Node:
version: 20.18.1
path: ~/.nvm/versions/node/v20.18.1/bin/node
Yarn:
version: 1.22.22
path: /usr/local/bin/yarn
npm:
version: 10.8.2
path: ~/.nvm/versions/node/v20.18.1/bin/npm
Watchman: Not Found
SDKs:
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Languages:
Java:
version: 17.0.13
path: /usr/bin/javac
Ruby:
version: 3.4.1
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 15.0.1
wanted: 15.0.1
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.77.0
wanted: 0.77.0
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: Not found
newArchEnabled: false
Stacktrace or Logs
N/A
Reproducer
https://github.com/goguda/react-native-android-scrollview-in-modal-not-always-scrolling-point-76-up
Screenshots and Videos
No response
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Commencez par exécuter le reproducer lié avec yarn android, puis examinez ScrollableModalContent.tsx et le paramètre Android dans gradle.properties tout en comparant le comportement de l’ancienne et de la nouvelle architecture. Le travail est terminé lorsque la ScrollView est défilable à la première ouverture de la modal sur Android avec l’ancienne architecture, tout en préservant le comportement inchangé de la nouvelle architecture et d’iOS.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- android, react-native
- Domaine
- mobile
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 52/100