ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

Long text within row #14

Open melihmucuk opened 9 years ago

melihmucuk commented 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,
  },

simulator screen shot 24 oct 2015 02 46 10

ide commented 9 years ago

I'm not sure at a glance what the cause is. Can you debug it?