divider in react native code example
Example: horizontal divider react native
<View
style={{
borderBottomColor: 'black',
borderBottomWidth: 1,
}}
/>
Create a snippet
<View
style={{
borderBottomColor: 'black',
borderBottomWidth: 1,
}}
/>
Create a snippet