react-native

Timeout waiting for modules to be invalidated


I've a react-native application which was using v0.43, a few days ago , i've decided to upgrade it to v0.48, and faced a lot of issues but found a solutions for them, and now my application starts and only loading screen it give me this error

Timeout waiting for modules to be invalidated

i've searched for it, but didn't found a solution ? any suggestions ?


Solution

  • Remove all { display: 'none' } from style

    EDIT: The answer was for an old version of react-native (0.43) and won't work for new versions.