Modal not showing working with scenes #815
Replies: 8 comments
-
Hi! Could you provide an example repo where this issue is reproducable? |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for your reply. I created a new repository with a demo app: https://github.com/dcabal/datepicker-demo In branch develop there's a working example with datepicker's modal opening correctly. To run it, as usual:
In branch feature/scenes there's a reproduction of my issue. This branch has all CarPlay stuff with scenes and an AppDelegate in Swift as described here birkir/react-native-carplay#85 You have to install all dependencies and pods in scenes branch, as develop branch is not configured for CarPlay Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
@henninghall did you have the time to review this? |
Beta Was this translation helpful? Give feedback.
-
We're having this exact same issue in our App, Did you find any solution @dani-cabal? Is there any workaround @henninghall? |
Beta Was this translation helpful? Give feedback.
-
@henninghall @dani-cabal any update regarding this topic? |
Beta Was this translation helpful? Give feedback.
-
Nothing here @Robby2023 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the demo app, I won't be able to prioritize this at the moment. Please give this issue a thumbs up if this is bothering you. If anyone wants to investigate this, PRs are always welcome and let me know if you have any questions about the codebase. |
Beta Was this translation helpful? Give feedback.
-
I fixed this by adding:
after "self.window = window" in the PhoneSceneDelegate :) |
Beta Was this translation helpful? Give feedback.
-
I've recently moved my app to scenes due to CarPlay implementations. No changes have been made in date picker, so I think my problem is related to scenes (or my phone scene implementation). I must say I have no experience with Swift or Objective C, so it's likely that my scene implementation is incompatible at some point with modal view, but I'm not sure about that.
Searching through iOS code of the library I've found this:
My scene looks this way:
Smartphone:
Beta Was this translation helpful? Give feedback.
All reactions