MaxAst / expo-share-extension

Expo config plugin for creating iOS share extensions with a custom view.
MIT License
161 stars 4 forks source link

random white screen #20

Closed export-mike closed 1 month ago

export-mike commented 2 months ago

it seems from time to time the modal doesn't render its content. a white screen. close and reopen it'll render.

like a race condition

MaxAst commented 2 months ago

in debug or release mode? In debug mode, when opening it the first time, it sometimes takes some time for metro to compile the JS bundle.

export-mike commented 2 months ago

i've been getting this in release mode.

MaxAst commented 2 months ago

interesting, will look into it. Is your Share Extension root component wrapped in Sentry? Maybe there's some clues there. It would also be really helpful if you could provide a repro if possible

export-mike commented 1 month ago

Thanks Max, will spend sometime over this wet weekend here in sydney, hopefully i narrow it down

MaxAst commented 1 month ago

Hey @export-mike are you still running into this issue? I've implemented expo-share-extension in two apps already and haven't run into this and can't reproduce it

export-mike commented 1 month ago

Hey @MaxAst - yep good to close! was something else entirely - user error 🙅

export-mike commented 1 month ago

it's working great! 👍

MaxAst commented 1 month ago

perfect!