1

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.

Quak
  • 6,923
  • 4
  • 18
  • 22
Vivek_Neel
  • 1,343
  • 1
  • 14
  • 25

1 Answers1

1

React Native core gives you the option with onScrollToTop function https://reactnative.dev/docs/scrollview#onscrolltotop-ios

Gianfranco P.
  • 10,049
  • 6
  • 51
  • 68
Tj Saini
  • 86
  • 5