react native seperator code example
Example: react native seperator code
<View
style={{
borderBottomColor: 'black',
borderBottomWidth: 1,
}}
/>
<View
style={{
borderBottomColor: 'black',
borderBottomWidth: 1,
}}
/>