Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

I am using React Native 0.79.6 with Expo 53.0.0 managed development and added Swipe left and Swipe right using <GestureRecognizer> from react-native-swipe-gestures 1.0.5 to my main working ...
rjapenga's user avatar
  • 277
1 vote
1 answer
72 views

I have actually created a slider with text details as user can swipe left and right and if the text or contents are large so I added ScrollView and use Gesturedetector for detecting Swipe movements as ...
Vignesh's user avatar
  • 61
1 vote
0 answers
68 views

I just cannot get my text input to sit on top of the keyboard when it shows. I can get it to move up as the keyboard appears but there is always this annoying gap and I do not know how to get rid of ...
F23's user avatar
  • 11
1 vote
0 answers
47 views

I'm facing an issue with my React Native app where the content inside a KeyboardAwareScrollView becomes blurry or shows a transparent backdrop after the user edits an input field and closes the ...
Nishanth's user avatar
1 vote
1 answer
516 views

Is there a way to implement auto infinite horizontal scrolling in react native where we have a list that shows partners/companies just like the image attached.Link I had tried using basic CSS and ...
Devansh Pant's user avatar
1 vote
2 answers
2k views

I make a component EventCards in this I use Flatlist. I call that component in Home component, where the EventCards component is in ScrollView. Const Home= () => { return ( othercomponents.....
MST intern 2's user avatar
0 votes
2 answers
1k views

I am using react-native-gifted-charts to implement an area chart with mulptiple lines. Objective: Allow a user to scroll horizontally accross the chart and but always show the minimum full range of ...
jabu404's user avatar
1 vote
1 answer
2k views

gorhom/react-native-bottom-sheet BottomSheetScrollView does not scroll to end occasionally. As far as the pattern I observed it does it when you drag it up slowly to the second snapPoint and then to ...
Ali Ibraheem's user avatar
1 vote
0 answers
154 views

I'm working on a custom dropdown component in React Native and I've encountered an issue regarding the position of the ScrollView's scrollbar. Here is the part of the code where the issue arises: <...
BatimaReal's user avatar
0 votes
1 answer
2k views

I have a problem where a react-native-chart-kit is within a horizontal scrollview but the rightmost part of the bar chart gets cut off at the end of the scrollbar import React, { useEffect } from '...
CrookedNazgul's user avatar
3 votes
2 answers
1k views

I am trying to implement a list inside BottomSheet Feauture in React Native. Bottomsheet is done using Animated.View inside GestureDetector. Now I want to use a scroll view inside animated view so ...
AliMohammed Manzoor's user avatar
1 vote
2 answers
1k views

I am trying to create a paginated horizontal scroll view with its own vertical lists on each page. Each page must be a FlatList since I will be needed onEndReached function + I want to use refresh ...
denistepp's user avatar
  • 540
0 votes
0 answers
105 views

I am trying to make item tiles and want to have even gap between two items like this.. Android As we can see, this is not happening in IOS IOS My Code: <ScrollView horizontal scrollEnabled={...
Darshan Rumalwala's user avatar
2 votes
1 answer
3k views

I want to stop a ScrollView from scrolling in React Native. I don't want to completely disable it, I just want it to stop scrolling at a specific point, so that I can scroll it again afterwards. Since ...
Cosimo Giovanni Negri's user avatar
0 votes
0 answers
52 views

I'm trying to get some images from firebase storage and display it in a gallery like view. This is how I retrieved the URLs of uploaded images from firebase: function listAll() :{ url: string; }[]{ ...
bixtico's user avatar
  • 41
3 votes
0 answers
718 views

I have this code below: <ScrollView style={{ flex: 1, backgroundColor: defaultStyles.colors.lighterGray }} contentContainerStyle={{ flexGrow: 1 }} > <ImageBackground style={styles....
vpu65529's user avatar
  • 103
3 votes
1 answer
3k views

I have placed a Dropdown picker above a ScrollView, when both Dropdown picker and ScrollView is poppulated with data and I'm trying to scroll through the data in Dropdown it instead scrolling the ...
Santanu Roy's user avatar
2 votes
0 answers
398 views

I have a component in my React Native app that contains a <ScrollView>. This component also receives a prop this.props.a that gets updated every 60s. So every 60s the component gets re-rendered, ...
gkeenley's user avatar
  • 7,648
0 votes
1 answer
743 views

How to scroll to image[x] in ScrollView at the first time component load? I want when we open this screen, ScrollView will scroll to the 4th image. This is my demo export default function App() { ...
Zuet's user avatar
  • 593
0 votes
1 answer
741 views

for some reason my flatlist is not scrolling and I'm not sure why. Would love any tips! Here is the code for the flatlist: return ( <Layout> <View style={styles.header}> ...
Rachel Who's user avatar
1 vote
0 answers
476 views

i.e. by using a variable: state, Animated value, Reanimated value, whatever... We can use imperative scrolling (like scrollToOffset etc.), but what about a declarative one? I mean how can we control ...
Dmytro Omelyan's user avatar
0 votes
1 answer
541 views

I have got flatlist inside scrollview and its working fine, but both going over the loading view so I got blank view while first loading which contain both of them while first run loading. I didn't ...
guyhguy's user avatar
  • 21
0 votes
1 answer
162 views

i have small issue with scrollview. i want to the title become sticky and the after the title means the messageBody become scrollable. i have tried below one for this implementation. ...
Chinmayee Sahoo's user avatar
2 votes
1 answer
3k views

I am working on React Native in which I want to stop multiline textinput component's scroll inside ScrollView. How we can achieve it? Android Specially!
Muhammad Rafeh Atique's user avatar
1 vote
0 answers
1k views

I created top tabs with scroll view(image below). I want when user click to week 4 or next week which is hidden currently it will scroll to that week. I tried it but it's not working properly Can ...
Kanwarjeet Singh's user avatar

1
2 3 4 5