alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
762 stars 396 forks source link

[ios] - Timed out waiting for modules to be invalidated #128

Closed NHuyHoang closed 5 years ago

NHuyHoang commented 5 years ago

Hi guys, thanks for creating this libraries. I have installed this library following the README.md. When I build my main app it start with a blank screen for a while after that there is a error "Timed out waiting for modules to be invalidated". I wonder is this share-extensions view be displayed in the beginning ?

screen shot 2018-11-27 at 11 45 01 am

Here is my setting

screen shot 2018-11-27 at 11 33 11 am screen shot 2018-11-27 at 11 30 59 am screen shot 2018-11-27 at 11 30 34 am screen shot 2018-11-27 at 11 31 15 am screen shot 2018-11-27 at 11 32 13 am screen shot 2018-11-27 at 11 32 37 am
frenberg commented 5 years ago

I asked google about the error message you are getting, and it seams to be related to styling or some other stuff in your javascript-file. I don't think it is related to this library.

NHuyHoang commented 5 years ago

Thanks @frenberg, you are right. I have checkout for the previous branch. It is the error I got before install this library. Thank you so much.