React Native Horizontal ScrollView Example Android
У вашего броузера проблема в совместимости с HTML5
React Native Horizontal ScrollView Example Android
NOTE : This is a demo after the post tutorial, to get complete information about this post/demo please do visit this blog (www.skptricks.com)
Post Link : https://www.skptricks.com/2018/09/react-native-horizontal-scrollview-in-react-native.html
This tutorial explains how to create horizontal ScrollView example in react native application. As we are already discussed the ScrollView is a generic scrolling container that can host multiple components and views. In this example we are going to display 10 images in horizontal fashion in ScrollView Component and you can view the images by scrolling left to right or right to left direction, depending upon image placement or position.