Liam Doran

Results 4 comments of Liam Doran

Getting the same issue, commenting out `SplashScreen.show(this);` also prevents the crash for me.

I encountered an issue that may be related (version `1.0.0-rc-3`, using it with webpack). I have two modules, both of which consist of a number of exported functions. However, when...

@TheSavior unfortunately yes, the issue still seems to be present with `1.0.0-rc-4`.

Is it possible it's a cache of some sort? We were having this issue with RN 0.35 with a component that looked like this: ``` javascript const MyComponent = ({title...