diff --git a/docs/react-native/components.md b/docs/react-native/components.md index 6077495..840d41f 100644 --- a/docs/react-native/components.md +++ b/docs/react-native/components.md @@ -210,14 +210,17 @@ import { Image } from 'react-native'; /> ``` -### ScrowView +### ScrollView - horizontal: Enables horizontal scrolling. - showsVerticalScrollIndicator: Show/hide scroll bar. - onScroll: Scroll event handler. ```jsx - + Scrollable content ``` @@ -235,6 +238,7 @@ const styles = StyleSheet.create({ backgroundColor: 'white', }, ``` + ## Lists Views ### FlatList