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
var CameraRollPicker = require('react-native-camera-roll-picker');
18
+
import CameraRollPicker from 'react-native-camera-roll-picker';
19
19
```
20
20
21
21
##Basic Usage
@@ -25,7 +25,7 @@ var CameraRollPicker = require('react-native-camera-roll-picker');
25
25
```
26
26
27
27
##Props
28
-
-`callback` : Callback function when images was selected. (is required!). Return a selected image array and current selected image.
28
+
-`callback` : Callback function when images was selected. (is required!). Return a selected image array and current selected image.
29
29
-`scrollRenderAheadDistance` : "How early to start rendering rows before they come on screen, in pixels." (Default: 500)
30
30
-`initialListSize` : Specifies how many rows we want to render on our first render pass. (Default: 1)
31
31
-`pageSize` : After the initial render where 'initialListSize' is used, ListView looks at the pageSize to determine how many rows to render per frame. (Default: 3)
0 commit comments