How to Navigate in React Native Paper Bottom Navigation
How do I navigate from a screen in react native paper bottom navigation, in this example I should be able to navigate to albums screen from music screen, but navigation is undefined in the screen. snack link: https://snack.expo.dev/@nitzme/bottom-navigation-example import *…