How do I pass props from one screen through header buttons in React Native
I am new to React Native and I am trying to set the property of pollQuestion from QuestionGroup.js and passing it into the next page, PollDetailsScreen after clicking on the right header button, Send. How would I go about doing…