Ver código fonte

Address PR feedback

Nizomiddin Toshpulatov 4 anos atrás
pai
commit
771407efde
1 arquivos alterados com 10 adições e 2 exclusões
  1. 10
    2
      docs/Reference.md

+ 10
- 2
docs/Reference.md Ver arquivo

@@ -598,8 +598,16 @@ Example:
598 598
 />
599 599
 ```
600 600
 
601
-Function will receive event object of `NativeSyntheticEvent<NativeScrollEvent>`
602
-type as an argument.
601
+Function passed to `onScroll` is called with a SyntheticEvent wrapping a nativeEvent with these properties:
602
+
603
+```
604
+contentInset
605
+contentOffset
606
+contentSize
607
+layoutMeasurement
608
+velocity
609
+zoomScale
610
+```
603 611
 
604 612
 ---
605 613