You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm trying to access the back button of
react-native-screens
which is set by callingsetDisplayHomeAsUpEnabled
(https://github.com/software-mansion/react-native-screens/blob/46794e840b9ee06008732c36b3bda61c18fe93c4/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.kt#L183).My understanding is that to access the back button I should try to access
android.R.id.home
.Is it something that is exposed by Detox? Or is there another way?
Beta Was this translation helpful? Give feedback.
All reactions