Body
A basic Body component that should render nicely on any platform. Supports a good level of customization.
You can customization Body component with the Props
#
Code#
Usage#
Reference#
Propshere all the list of Props you can use for Body Component and it Inherits all View Props, from React Native
#
bgColorbackground color of the Body by default it is white it should be in string
#
paddingAllprops for padding for all the four sides of the Body by default it none number
#
paddingLRprops for padding for left and right of the Body by default it none number
#
paddingTBprops for padding for top and bottom the four sides of the Body by default it none number
#
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 for addition props to the Body element Object