Enis Fejzullahu
Enis Fejzullahu

Reputation: 53

Why Material Top Tabs could not be found even though I installed it? (React Native)

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

Answers (1)

Enis Fejzullahu
Enis Fejzullahu

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

Related Questions