import { ScrollView } from 'react-native'; <ScrollView horizontal showsHorizontalScrollIndicator={false} contentContainerStyle={{ flexGrow: 1, justifyContent: 'center', width: '100%', }} > </ScrollView>