react-native-app-intro-slider
react-native-app-intro-slider copied to clipboard
Simple and configurable app introduction slider for react native
I want to call `goToSlide` using a `ref` to the `AppIntroSlider` and I want to save the current index in a state. Consider the following example. ```javascript const [index, setIndex]...
Hello Everyone i am in learning here is my code and i try to config Ondone button can someone help me ``` import { StyleSheet, View, Text,Image } from 'react-native'...
How i can allign dots to left or right positions if i will apply margin left it will give space between dots kindly help
I upgraded the package to the current version 4.0.4 from 2.0.1 and this seems to be causing delays when rendering for the first time. Navigating to the page for appintroslider...
Hi I want to change style on SKIP and NEXT links in the bottom and want to give my own styles like button. So how i can do this please...
``` const slides = [ { key: '1', title: '', text : 'Saiba quanto dinheiro está entrando e quanto está saindo.', image: require('../../Assets/image/red_1.jpg'), }, { key: '2', title: '', text...
sliding speed is very quickly.
I am getting this warning again and again How to remove this warning
Hi, I want to set the custom image instead of plain dot on page active and in-active state.
### What i use ``` "react-native": "0.60.5", "react-native-app-intro-slider": "^3.0.0" ``` ### My issue my App Intro Slider can move to the correct slide when goToSlide called but the modal keep...