react-native-rj-navigator icon indicating copy to clipboard operation
react-native-rj-navigator copied to clipboard

Invariant Violation: Unhandled JS Exception: Invariant Violation: Objects are not valid as a React child

Open johantorstensson opened this issue 9 years ago • 1 comments

I get this exception trying to get your example running. Any ideas where it might go wrong?

Unhandled JS Exception: Invariant Violation: Objects are not valid as a React child (found: object with keys {newComponent}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons. Check the render method of View.

johantorstensson avatar Dec 09 '15 14:12 johantorstensson

try JSON.stringify()

iamalvisng avatar Jun 05 '16 00:06 iamalvisng