I Keep getting this error and i cant find what is wrong.

None of these files exist:
  * node_modules\react-native-paper\src\components\BottomNavigation(.native|.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.svg|.native.svg|.svg)
  * node_modules\react-native-paper\src\components\BottomNavigation\index(.native|.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.svg|.native.svg|.svg)
  23 | export { default as ActivityIndicator } from './components/ActivityIndicator';
  24 | export { default as Banner } from './components/Banner';
> 25 | export { default as BottomNavigation } from './components/BottomNavigation/BottomNavigation';
     |                                              ^
  26 | export { default as Button } from './components/Button';
  27 | export { default as Card } from './components/Card/Card';
  28 | export { default as Checkbox } from './components/Checkbox';