From 0258e40a68ec074e769f12a6a48431b92b4cc81c Mon Sep 17 00:00:00 2001 From: arribion Date: Fri, 5 Sep 2025 13:30:15 +0300 Subject: [PATCH] changed scrollViw typo form scrowView --- docs/react-native/components.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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