This diff adds a TouchableOpacity to the RelationshipListItem component and navigates to the user profile bottom sheet whenever the onPress is triggered
Depends on D9285
Differential D9286
[native] make user profiles accessible from RelationshipListItem ginsu on Sep 25 2023, 7:04 AM. Authored by Tags None Referenced Files
Details This diff adds a TouchableOpacity to the RelationshipListItem component and navigates to the user profile bottom sheet whenever the onPress is triggered Depends on D9285 Please see the demo video below
Diff Detail
Event Timeline
|
How is application going to function if this error occurs? In most places we the runtime error to kill the app if database operation fails since application is not going to work correctly. I just want to know whether it is also the case here.