timomeh / react-native-material-bottom-navigation

💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native
MIT License
710 stars 127 forks source link

The navigation prop is missing for this navigator. In react-navigation v3 and v4 you must set up your app container directly. #138

Closed KilicSelcuk closed 4 years ago

KilicSelcuk commented 4 years ago

Describe the bug C:\reactnative2\ornekproje4\node_modules\react-native\Libraries\Core\ExceptionsManager.js:76 Invariant Violation: The navigation prop is missing for this navigator. In react-navigation v3 and v4 you must set up your app container directly. More info: https://reactnavigation.org/docs/en/app-containers.html

This error is located at: in Navigator (at renderApplication.js:45) in RCTView (at AppContainer.js:109) in RCTView (at AppContainer.js:135) in AppContainer (at renderApplication.js:39)

Expected behavior


Screenshots


To Reproduce


Environment

timomeh commented 4 years ago

Your issue is missing important information, e.g. a description what you're actually trying to do and a code snippet. I would advise you to take a look at the documentation and the whole readme.