Fix cursor not being a pointer on profile back button (#1022)
* Fix cursor not being a pointer on profile back button * Change TouchableOpacity to Pressable * switch back to TouchableWithoutFeedback --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
This commit is contained in:
@@ -541,6 +541,8 @@ const styles = StyleSheet.create({
|
||||
height: 30,
|
||||
overflow: 'hidden',
|
||||
borderRadius: 15,
|
||||
// @ts-ignore web only
|
||||
cursor: 'pointer',
|
||||
},
|
||||
backBtn: {
|
||||
width: 30,
|
||||
|
||||
Reference in New Issue
Block a user