I am trying to use react-native-picker
in my project and recently came across this Expo Snack: https://snack.expo.dev/HkM_BcGBW
I want to display content on the page depending on the current value of the picker. For instance, some text right below the picker saying "The option you have selected is [text of the currently-selected option in the picker]." How can I do this?
You can do as the example and use state value to display in the component
But do remember
this stores value rather than the label.