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
Tried to migrate from react-navigation to router-flux. When I start the app I get warning like this:
<Warning>: Warning: React.createElement: 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.
Check your code at index.js:47.
in App (at index.js:57)
in Provider (at index.js:56)
in Application (at renderApplication.js:35)
in RCTView (at View.js:113)
in View (at AppContainer.js:100)
in RCTView (at View.js:113)
in View (at AppContainer.js:121)
in AppContainer (at renderApplication.js:34)
These directly corresponds to the number of tabs I have (and the lines in the warning correspond those lines). After I dismiss the warning, everything looks and works correctly.
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
No warnings on program start
Actual behaviour
Warnings for every Tabscene in my Tabs.
Steps to reproduce
Tried to migrate from react-navigation to router-flux. When I start the app I get warning like this:
These directly corresponds to the number of tabs I have (and the lines in the warning correspond those lines). After I dismiss the warning, everything looks and works correctly.
The text was updated successfully, but these errors were encountered: