-
I used swiper as the following code, and can not autoLayout when changed orientation
```
{
this.props.…
-
### Which OS ?
Android
### Version
Which versions are you using:
- react-native-swiper v1.6.0-nightly.5
- react-native v0.61.5
### Expected behaviour
If `index` prop is changed, current s…
-
### Which OS ?
Windows
### Version
Which versions are you using:
- react-native-swiper v?1.5.14
- react-native v0.?.?0.59.8
### Expected behaviour
Basic swipe functionaly code works
##…
-
### Which OS ?
Both
### Version
Latest
### Expected behaviour
Add new component without recreate any other component
### Actual behaviour
Everytime when I add dynamic components to Swip…
-
iOS using react-navigation
```
import React, { Component } from 'react';
import { View, Text, ScrollView } from 'react-native';
import Swiper from 'react-native-swiper';
class Activity extend…
-
When I push to 1 ViewController and go back to that view My TableView goes behind TabBarController,
and when i comment this code in next view
self.swiper = [[SloppySwiper alloc] initWithNavigatio…
-
I have a Modal screen component as well as the Swiper component to return. The onTapCard prop for thr Swiper component should change the state of the modal popup to make it visible. When the card is c…
-
### Which OS ?
Android / IOS [](url)
### Version
Which versions are you using:
- "react-native-swiper": "^1.6.0-rc.3",
- "react-native": "0.61.2",
![Untitled mov](https://user-images.githubu…
-
I am using react-native-swiper library in react-native-snap-carousel, but native-swiper showing me overlaying image from side, and looks so bad, i have tried, but unable to do.
see screenshot:
!…
-
I'v made a basic rn app and added react-native-swiper. When i add a new item to the array im rendering slides from the first slide will not show on android. It works fine on iOS. It allso works fine i…