react-native-timed-slideshow
react-native-timed-slideshow copied to clipboard
Fully animated and cross-platform component for react-native
Let's just say that there is no way the user need to close the slider because it just a banner slider, so how can I hide or remove the close...
componentWillReceiveProps and componentWillMount will be deprecated in near future(maybe in next release). So I have fixed and the component is working fine.
Hi, I've forked this library, rewrote it in Typescript, merged pending PRs and implemented several new features including support for multiple progress bars and lots of other customizable options: ![ezgif...
How to remove arrow from slider .?
The package is working fine but when I want to add text below and use it in scrollview, it disappear, I just have the text. How can I manage to...
``` class ProductSlider extends Component{ constructor(props){ super(props); this.state = { items :[] }; } componentDidMount() { const {navigation} = this.props; navigation.addListener ('willFocus', () =>{ console.log('will foucs'); this.setState({ items: [{ uri:...
Hello, Thanks for the nice component :) I am getting `componentWillReceiveProps `deprecation warning. Is there any plan to fix it? I tried to fix it to give PR, unfortunately I...