https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: cfb779d60ef14c92f10d48af58584e041c86a068 authored by Johan-dutoit on 19 September 2019, 14:47:41 UTC
v4.0.0
Tip revision: cfb779d
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top