This diff makes the renderItem inside of MessageReactionsModal into a touchable that will navigate to the user profile whenever onPress is triggered
Depends on D9389
Differential D9390
[native] make user profile accessible from MessageReactionsModal ginsu on Oct 6 2023, 4:28 AM. Authored by Tags None Referenced Files
Details This diff makes the renderItem inside of MessageReactionsModal into a touchable that will navigate to the user profile whenever onPress is triggered Depends on D9389 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.