Questions tagged [react-native-swiper]
67 questions
1
vote
1 answer
React Native: Unable to render components in a row with flex box
I am using react-native-swipeout for items within a FlatList, each list item has a 'minus' and 'plus' button either side of the text (top image).
However, when adding these components as children of the Swipeout component, they are all stacking on…

0xgareth
- 603
- 1
- 11
- 30
1
vote
2 answers
react-native Swiper is blank inside a modal
i use react-native and react-native-swiper
Which OS ?
Android
Version
Which versions are you using:
react-native-swiper v1.5.13?
react-native v0.51.0
Actual behaviour
I display a Modal with swiper inside it. I get a blank display, only the button…

AlainIb
- 4,544
- 4
- 38
- 64
1
vote
2 answers
How to change default colors of React Native Swiper component?
I'm using this React Native Swiper component: https://github.com/leecade/react-native-swiper#custom-basic-style--content
I'm having trouble changing the dot color to anything but the default blue. Anyone know how to do this?
Here is my code:

Shirley Rozenboim
- 299
- 1
- 4
- 11
0
votes
1 answer
how to move arrows using swiper?
This is my carousel but here when I want to configure the swiper-button the arrows are very far from the image, any idea how to make them closer (modify their position)?
effect={'coverflow'}
grabCursor={false}
centeredSlides={true}
…

Ibizaz
- 1
0
votes
0 answers
React Swiper Style file edits are not saved
swiper-bundle in my React project.min.i can't edit the css part, it doesn't apply the style when I edit and save, there are those who have the same problem in stackoverflow, I changed the color or something with the code I added below, but I'm…
0
votes
0 answers
react-native-swipe-gestures exclude specific children from swipe action
I have a component wrapped with react-native-swipe-gestures
import React from 'react'
import GestureRecognizer from 'react-native-swipe-gestures';
import Carousel from 'react-native-reanimated-carousel'
const MyComponent = () => {
return (
…

Michel Gisenaël
- 211
- 1
- 2
- 15
0
votes
2 answers
Slider height is not changing with height property in react-native-swiper
so I'm fairly new to react-native. I'm trying to implement a carousel with react-native-swiper.
Issue -
I want to set the carousel height to 150px, for this I set the property height to 150px, with this the carousel height got changed to 150px but…

Yogesh Tripathi
- 703
- 5
- 16
0
votes
2 answers
Typescript:react-native-deck-swiper undefined is not an object (evaluation'card.image')
I got stuck in a super weird issue ...
I am using a third party library : react-native-deck-swiper ;
And it was able to render the users'image ,however ,after feel secds ,it occurs this error : undefined is not an…

Yellow Clock
- 375
- 4
- 19
0
votes
1 answer
how to implement the image rotary using flatlist in react native?
I'm trying to accomplish the vertical carousel as shown in the below gif. I'm struck by the second screen, where when the user scrolls the data from bottom to top or vice versa both the content and image change, how to achieve this? looking forward…
0
votes
1 answer
Use array of data to render React native swiper
I am using react-native-swiper library. I wanted to load images inside the swiper based on array. I tried following code.
const Pages = () => {
jsonMovies.map(movies => {
console.log("test--" + movies.img);
return (
< View…

Gracie williams
- 1,287
- 2
- 16
- 39
0
votes
1 answer
How do I know which page I am on(react-native-swiper)?
I am developing a small app with React Native and I am using "react-native-swiper" in my app.
In this package "react-native-swiper", how do I know which page I am on now?
Can I get some value indicates which slide I am on such as slide index?
Now in…

SatelBill
- 641
- 2
- 12
- 28
0
votes
1 answer
How to pass dynamic ref in react-native-deck-swiper in react native?
I'm not used to using ref, so i have a question. I'm using react-native-deck-swiper to display some cards. People are able to vote by swiping the cards. To be as clear as possible :
My swiper is displayed as an item with other items from…

Prisca Aure
- 1
- 5
0
votes
1 answer
I have issue that my swiper does not show images
I am using react-native-swiper-flatlist.Swiper and dots from swiper are there but images are not showing. I am pretty new to react-native. This is my code:

Raj Bhagat
- 81
- 5
0
votes
2 answers
React Native Deck Swiper
I am trying to make a GET request to an enpoint using the two functional components below to display in my react native deck swipper
//using fetch
const getDataUsingFetch = () => {
fetch(latestNews+ApiKey)
.then((response) => response.json())
…

Obot Ernest
- 412
- 8
- 19
0
votes
0 answers
Horizontal ScrollView in Vertical ScrollView in React Native
I have a interesing issue. So,
I have a component in which I have a vertical scrollview. In this scrollview I have a card component where user informations hold and at the bottom I have 3 tabs and all of them are different components.
One of the…

Ozzie
- 475
- 1
- 5
- 20