Feature Description
To have support for borderWidth and borderColor on Android.
Example:
<VoltraAndroid.Column
style={{
width: 80,
height: 80,
padding: 15
}}>
<VoltraAndroid.Box
style={{
width: 50,
height: 50,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#1e293b',
borderColor: '#FFD700',
borderWidth: 1,
borderRadius: 4
}}
contentAlignment="center"
>
<VoltraAndroid.Text style={{ fontSize: 12, color: '#fff', textAlign: 'center' }}>
100
</VoltraAndroid.Text>
</VoltraAndroid.Box>
</VoltraAndroid.Column>
Problem Statement
Being able to add a border.
Proposed Solution
No response
Alternatives Considered
No response
Current Library Version
2.0.0-rc.4
Implementation
Additional Context
No response
Feature Description
To have support for
borderWidthandborderColoronAndroid.Example:
Problem Statement
Being able to add a border.
Proposed Solution
No response
Alternatives Considered
No response
Current Library Version
2.0.0-rc.4
Implementation
Additional Context
No response