following this https://github.com/jeanpan/react-native-camera-roll-picker/issues/24 ``` <CameraRollPicker maximum={4} imagesPerRow={4} scrollRenderAheadDistance={500} initialListSize={1} pageSize={1} batchSize={5} removeClippedSubviews={true} assetType='Photos' callback={this.selectImages} selected={[]} /> ``` still too slow to show the pictures' list how to speed up? thank you !
following this #24
still too slow to show the pictures' list
how to speed up?
thank you !