Top "React-native-listview" questions

A core component designed for efficient display of vertically scrolling lists of changing data.

Image 'contain' resizeMode not working in react native

I am using React Native on a real Android device. When creating a really simple app with just the following …

react-native react-native-listview
React-native FlatList not rerendering row when props change

I'm having an issue with the new FlatList component. Specifically, it does not rerender it's rows, even though props that …

react-native react-native-listview
How to do an Horizontal ListView, or FlatList in react-native

I'm searching a way to make an horizontal ListView or FlatList In React-native. like the image below: https://i.stack.…

react-native horizontal-scrolling react-native-android react-native-listview react-native-ios
React-native - Passing data from one screen to another

I am trying to learn how to use react-native, so I am putting up a small app that fetch a …

react-native react-native-listview
Finding out scroll direction in react-native listview/scrollview

Is there a way to find out the scroll direction of react-native's listview/scrollview components? Native iOS components seem to …

react-native react-native-listview react-native-scrollview
How to add/Delete item into ListView?

We can create a datasource for ListView like this var ds = new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2}); …

react-native react-native-listview
FlatList onClick navigate to next screen

How do I make a Flatlist navigate to the next screen when a row is clicked inside the Flatlist in …

react-native react-native-listview
How to Get ListView Section Header to Stick

I have buttons displayed on the top of the screen (used react-native-scrollable-tab-view). Underneath the buttons, I have ListView with section …

react-native react-native-listview
FlatList Dynamic Height Sizing

I have an AutoComplete Box which gives me a list of autocomplete items. I display the items in FlatList, I …

react-native react-native-listview react-native-flatlist
Concat actually concatenates instead of adds to array. React Native Javascript

Im new to react Native and Javascript programming in general and Im trying to create a simple 'To Do' app …

javascript react-native redux react-native-listview