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>
zio/stable
Sam Brownstone 2023-07-18 23:40:36 +01:00 committed by GitHub
parent a6bb38ee51
commit abd2c8e695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -541,6 +541,8 @@ const styles = StyleSheet.create({
height: 30,
overflow: 'hidden',
borderRadius: 15,
// @ts-ignore web only
cursor: 'pointer',
},
backBtn: {
width: 30,