Open melihmucuk opened 9 years ago
why they don't fit the screen ?
here is my styles :
answerContainer:{ flex:0.2, width: WINDOW_WIDTH-10, flexDirection:'row', borderWidth: 1 / PixelRatio.get(), borderColor:'white', borderRadius: 10, justifyContent: 'center', alignItems: 'center', margin: 5, }, button: { padding: 5, margin: 5, fontSize: 16, textAlign: 'center', color: 'white', backgroundColor: '#00C853', borderRadius: 10, },
I'm not sure at a glance what the cause is. Can you debug it?
why they don't fit the screen ?
here is my styles :