Bluesky app fork with some witchin' additions 💫

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>

authored by

Sam Brownstone
Ansh Nanda
and committed by
GitHub
abd2c8e6 a6bb38ee

+2
+2
src/view/com/profile/ProfileHeader.tsx
··· 541 541 height: 30, 542 542 overflow: 'hidden', 543 543 borderRadius: 15, 544 + // @ts-ignore web only 545 + cursor: 'pointer', 544 546 }, 545 547 backBtn: { 546 548 width: 30,