wwwwwwwwwwwwwwwwwww

ScrollView

React Native ScrollView with Tamagui props

Features

  • All the features of React Native ScrollView.

  • Adds all the style properties of Tamagui.

Usage

import { ScrollView, YStack, ListItem } from 'tamagui'
export default () => (
<ScrollView>
<YStack>
<ListItem>1</ListItem>
<ListItem>2</ListItem>
<ListItem>3</ListItem>
<ListItem>4</ListItem>
</YStack>
</ScrollView>
)

API Reference

ScrollView

See React Native ScrollView  and Tamagui style props .

Previous

HTML Elements

Next

Spinner