Disabled user select on the Icon detail screen (#205)

This commit is contained in:
David Axelrod
2022-04-20 18:25:13 -04:00
committed by GitHub
parent 8b52bef94e
commit ef0f0e7654
+1
View File
@@ -121,6 +121,7 @@ const styles = StyleSheet.create({
title: {
fontSize: 24,
fontWeight: '600',
userSelect: 'none',
},
button: {
alignSelf: 'center',