In the latest version of rect, I'm having the issues that border doesnt shows up if border radius is set. my code: <Text style={{ borderTopColor: 'white', borderTopWidth: 0.7, borderBottomColor: 'white', borderBottomWidth: 0.7, borderRadius:15, backgroundColor:'transparent' }}> Create</Text> Here if i delete the borderRadius prop, then only white border shows up