react-native-share-menu icon indicating copy to clipboard operation
react-native-share-menu copied to clipboard

Slow load up on custom share menu view for iOS - white screen delay

Open ahmadardal opened this issue 3 years ago • 3 comments

Hello!

I have added this share menu to my React Native project. Everything was running okay last time I checked a few weeks ago. Now when I build my project again and try it out I experience a big delay which certainly did not exist before.

When I go to a website and select a random text, and then press "Share" and select my app. It takes approx. 6-7 secconds at least until the actual shareview is loaded. Under the time you only see a white shareview. I have no idea why this even happened by itself, since I haven't played with any of the codes. Have anyone experience something similiar?

ahmadardal avatar Apr 17 '21 15:04 ahmadardal

Just tested on a new react native project, there was indeed slow performance.

I wrote a quick native app in swift to compare and it was pretty snappy.

Any ideas what might be causing this?

mountain-hiker avatar Feb 04 '22 01:02 mountain-hiker

I don't know, perhaps we should re-write a new library written in Swift, and make a bridge over to react native?

ahmadardal avatar Feb 04 '22 11:02 ahmadardal

getting this as well, takes about 10 seconds to load the component. Meanwhile, white screen

frozencap avatar Oct 13 '22 13:10 frozencap