Reputation: 53
I installed the Material Top Tab library and I imported it on the project but it occurs me an error it says:
"@react-navigation/material-top-tabs" could not be found within the project or in these directories: ..\node_modules@react-native
I don't know what the error is!
Upvotes: 0
Views: 771
Reputation: 53
Before installing
npm install @react-navigation/material-top-tabs react-native-tab-view react-native-pager-view
I installed
npm install react-native-screens react-native-safe-area-context
And after that I reinstalled npm install @react-navigation/material-top-tabs react-native-tab-view react-native-pager-view and it worked.
Upvotes: 0