The component is based on FlatList so usage is very similar. Pass a data-array to AppIntroSlider along with arenderItem-function: importReactfrom'react';import{StyleSheet}from'react-native';importAppIntroSliderfrom'react-native-app-intro-slider';constslides=[{key:'one',title:'Title 1',text:'...
I have lots of screen and I want to hide pagination dots at the bottom because it renders too many dots . How can I hide them ?sasindroid commented Jan 4, 2021 @binhchili - As mentioned in the releases: paginationStyle and hidePagination props have been removed and a new render...