how can conditional rendering reflect the state from a list of Boolean using hook? – React native
The Goal: My React Native App shows a list of <Button /> based on the value from a list of Object someData. Once a user press a <Button />, the App should shows the the text that is associated with…