Pavle Lekic
Pavle Lekic
Btw, these are my dependencies from package.json ``` "dependencies": { "react": "^0.14.7", "react-native": "^0.25.1", "react-native-shake-event-ios": "^1.0.3" }, ``` The code is the same as your example, I just copy &...
This "import type *" thing looks like Flow annotations, could you please tell me which babel transforms did you use to bundle and run this code? There is no .babelrc...
I'm not sure if this would completely solve your problem, but I see some things that don't look right to me. That `ReactMultiChild.Mixin._updateChildren` is called from `ReactEventListener.dispatchEvent`, that's probably because...
You're welcome ;) I'll have to try it out over the weekend, I'm pretty busy now, but have you tried {flex: 1} on the header?
Also, do you have an example code I can see?