Questions tagged [react-native-swiper]
67 questions
0
votes
2 answers
React native swiper with parallax
Is there a way to combine the react-native-swiper with the react-naitve-parallax-scroll-view. I want to render pagination of swiper component in foreground component of parallax scroll. By default pagination of react native swiper have fixed…

Dalies
- 1
- 1
- 1
0
votes
3 answers
react-native-swiper strange behaviour
In my application, I use the react-native-swiper component. Initially it worked properly, but recently it has a strange behaviour. It has 5 windows and it swipes like this. 5-1-2-3-4-5-1
it swipes 7 times and the items are like this. starts from the…

Shashika Virajh
- 8,497
- 17
- 59
- 103
0
votes
1 answer
How would a slideable list control like this be achieved with React Native?
The Yelp app for iOS is designed such that after you enter and send a search query, something like this comes up:
The screen consists of a map control in the background, with a screen on top displaying a list view that you can swipe up/down…

James Ko
- 32,215
- 30
- 128
- 239
0
votes
1 answer
Unable to resolve react-native-swiper
Relatively new to react native. Issued the following commmands to create a new react native project:
create-react-native-app SwiperExample
cd SwiperExample
npm install --save react-native-swipe-gestures
I modified App.js and included…

SMcMet
- 23
- 1
- 4
0
votes
1 answer
How to enable dragging between two react-native-swiper components?
I am trying to enable drag-and-drop between two react-native-swiper components.
I used Animated.Text and PanResponder to drag the text in bottom one react-native-swiper and it is working corretly until when the dragging is moved over the above one…

SinunHenkka
- 445
- 6
- 14
-1
votes
1 answer
Display a screen only once in react native
I have a screen made with react-native-swiper where I give an introduction on how the app works, but I would like to display this screen only the first time the user opens the app.
how can I do this?

Paulo Rodrigues
- 397
- 4
- 20
-1
votes
1 answer
react-native-swiper doesnt support this.props.navigation.navigate
I am new to react native, I am trying to implement react-native-swiper to my project
render() {
return (
…

user8398107
- 79
- 6