Is there any way i can control the tap or onPress of StatusBar in iOS? By clicking on centre of the status bar scrolls the list to top. I would like to override this and provide my own logic.is it possible?
I have tried adding listener to listen for the onPress change using addListener
but no such function. I have also tried wrapping StatusBar
with TouchableOpacity
, still it does not work.