Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of LightBoxView.
I am using react-native 0.27.2 and just used example specified
Problem lies in navigator-refactor branch
OK what i have found if i used navigator={this.props.navigator} from Navigator. it does not work in android :(



+1 on this. Mine throws Check the render method of 'Bubble'.
Same here, except I get ... but got: object and not undefined.
Not sure what's the cause of this issue, it doesn't seem related to the parameters / children passed to the component though.