ScrollView
React Native ScrollView with Tamagui props.
Features
All the features of React Native ScrollView.
Adds all the style properties of Tamagui.
Installation
ScrollView is already installed in tamagui, or you can install it independently:
yarn add @tamagui/scroll-view
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 .