ScrollableView
A basic ScrollableView component that should render nicely on any platform. Supports a good level of customization.
You can customization ScrollableView component with the Props
#
Usage#
Reference#
Propshere all the list of Props you can use for ScrollableView Component and it Inherits all ScrollViewProps Props, from React Native
#
childComponent that wraps platform ScrollView while providing integration with touch locking "responder" system.
Keep in mind that ScrollViews must have a bounded height in order to work, since they contain unbounded-height children into a bounded container (via a scroll interaction). In order to bound the height of a ScrollView, either set the height of the view directly (discouraged) or make sure all parent views have bounded height. Forgetting to transfer {flex: 1} down the view stack can lead to errors here, which the element inspector makes quick to debug.
#
bgColorprops can change the background color of the ScrollableView area type string
#
defaut it is white#
paddingAllprops for padding for all the four sides of the Body by default it none number
#
defaut it is none#
paddingLRprops for padding for left and right of the Body by default it none number
#
defaut it is none#
paddingTBprops for padding for top and bottom the four sides of the Body by default it none number
#
defaut it is none#
V_Aligin_centerprops for aligin the elements to vertical align center boolean
#
H_Aligin_centerprops for aligin the elements to horizontal align center boolean
#
inlineStyleprops give addition props to the Button element type Object