You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository was archived by the owner on Feb 4, 2021. It is now read-only.
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
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 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.