invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 366 forks source link

Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in. #171

Open mphocastry opened 6 years ago

mphocastry commented 6 years ago

I keep getting this when I run the react-native run-android on this template. It outputs: This error is located at: in RTCView (at View.js:113) in View (at AppCountainer.js:102) in RTCView (at View.js:113) in View (at AppContainer.js:126) in AppContainer (at renderApplication.js:34)

I am really not sure what this is.

mphocastry commented 6 years ago

I solved it by following this: [https://github.com/react-native-material-design/react-native-material-design/issues/165]