Search code examples
reactjsreact-nativereact-native-flatlist

React native flatlist item shifting right


I want to show only 3 items on screen and when scroolling using animatin flatlist but as it progresses the numbers shift to the right.How can i fix?enter image description here

import React, {useState, useEffect} from 'react';
import {
  StyleSheet,
  Text,
  View,
  FlatList,
  Platform,
  Dimensions,
  Animated,
  } from 'react-native';

Solution

  • You can achieve you functionality by using react-native-snap-carousel instead of using Flatlist