Created
February 4, 2016 23:05
-
-
Save mak2014/7657ed7d9f3adf09852a to your computer and use it in GitHub Desktop.
react-native error messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: [tid:com.facebook.React.JavaScript] | |
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. | |
Check the render method of `NavigatorIOS`. | |
Solution: you have declared module.exports={componentname} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment