I'm looking for the name of the behaviour where when you are in a subview, and when you press the back button the cell you pressed has the tap state color for a short time. Is there a name for this behaviour? I see this in many iOS native apps. For example in Notes.app, when I'm in a note (Test2
) and go back the cell looks like this for a very short time.
Example screenshot
Is this behaviour also possible in React Native?