react-native-dynamic-scrollview icon indicating copy to clipboard operation
react-native-dynamic-scrollview copied to clipboard

Since height is saved on module load, would it work when the devices is rotated?

Open pke opened this issue 3 years ago • 0 comments

I wonder since the height is saved globally in the module at the time the module is loaded, wouldn't that mean that device orientation to landscape would not make a scrollview scrollable because of a new height?

Shouldn't the height be re-read on each render?

pke avatar Jul 17 '20 00:07 pke