react-native-modal / react-native-modal

An enhanced, animated, customizable Modal for React Native.
MIT License
5.46k stars 617 forks source link

Cannot open Date Picker from opened Modal #659

Open dragosbocancea opened 2 years ago

dragosbocancea commented 2 years ago

Environment

System: OS: Windows 10 10.0.22000 CPU: (12) x64 Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz Memory: 5.78 GB / 15.93 GB Binaries: Node: 12.0.0 - C:\Program Files\nodejs\node.EXE Yarn: Not Found npm: 8.1.1 - ~\AppData\Roaming\npm\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: Not Found IDEs: Android Studio: Version 2020.3.0.0 AI-203.7717.56.2031.7935034 Visual Studio: 16.9.31025.194 (Visual Studio Community 2019) Languages: Java: 11.0.10 - /c/Program Files/Android/Android Studio/jre/bin/javac npmPackages: @react-native-community/cli: Not Found react: 17.0.1 => 17.0.1 react-native: 0.64.3 => 0.64.3 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found

Platforms

Android (not tested on iOS)

Versions

Description

I am trying to open a custom Date Picker, built on top of DateTimePicker from @react-native-community/datetimepicker, and the button that opens it, inside the modal, does not open it. However, that button works when not inside a modal.

Reproducible Demo

Open a DateTimePicker from @react-native-community/datetimepicker from within a modal using a button.

devcrazygit commented 5 months ago

Any update?