Does Expo Modal work on web?

Hi all,
I’ve been trying to implement the Expo Modal component using the example code from the docs. Unfortunately I can’t get it to work on web. Am I wrong that all components should be working in Expo, including the Modal component? Does anyone know if there are other prerequisites to using Modal other than just importing the component?

Example modal repo:

Steps to reproduce:

  • yarn start
  • Notice the modal is rendered in the page despite the visibility being set to false and the modal is not positioned absolutely.

Thanks for your help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.