Nendi Junaedi
Nendi Junaedi
add this code for change indicator in file Slideshow.js in ScrollView after add pagingEnabled={true} `onMomentumScrollEnd={(e) =>{ var offset = e.nativeEvent.contentOffset; if(offset) { const WIDTH = Dimensions.get('window').width; var page = Math.round(offset.x...
try this add TouchableHighlight in Slideshow.js `const imageComponent = ( console.log('I : '+this.state.position)}> {textComponent} ); const imageComponentWithOverlay = ( console.log('I : '+this.state.position)}> {textComponent} );`