79811214

Date: 2025-11-06 11:34:40
Score: 0.5
Natty:
Report link

As of react native 0.71 this is natively supported.

const styles = StyleSheet.create({
  screen: {
    maxWidth: '80%',
    width: 200,
    gap: 30,
    columnGap: 30 // if you want to be extra precise
    justifyContent: 'center',
    alignItems: 'center',
  },
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oussama Bouthouri