<NativeButton
text="Open"
onPress={() => {}}
leftIconComponent={(color) => (
<Text style={{ color, marginRight: 8 }}>��</Text>
)}
rightIconComponent={(color) => (
<Text style={{ color, marginLeft: 8 }}>→</Text>
)}
backgroundColor="#0f766e"
selectedBackgroundColor="#115e59"
pressedBackgroundColor="#134e4a"
textColor="#ccfbf1"
focusedTextColor="#ffffff"
style={{ paddingHorizontal: 20, paddingVertical: 12, borderRadius: 12 }}
/>