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
The text was updated successfully, but these errors were encountered:
SaGaR1084
changed the title
Scroll Indicator was not hide in react-native-pdf
Scroll Indicator was Show center of the screen in react-native-pdf
Nov 15, 2019
I fixed this issue by removing flex: 1, it does cause an issue then were it might cut off the last part of the pdf. My solution for that was to just reduce the height by a fixed amount like height: Dimensions.get('window').height - 50
Scroll Indicator was Show center of the screen in react-native-pdf
this is my code
The text was updated successfully, but these errors were encountered: