I'm trying to conditionally enable/disable this ScrollView when a button is pressed without it re-rendering the View and CardDeck nested inside of it. Any ideas? All help appreciated!
<>
<ScrollView>
<View >
<CardDeck
infoStyles={handleInfoStyle}
/>
</View>
</ScrollView>
</>