反应本机平面列表项目向右移动

React native flatlist item shifting right

我只想在屏幕上显示 3 个项目,当使用动画 flatlist 滚动时,但随着它的进展,数字转移到 right.How 我可以修复吗?enter image description here

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

您可以使用 react-native-snap-carousel 实现您的功能 而不是使用 Flatlist