https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: a23c73fc2445c6096f9158bdff4579c4ee3cf3a9 authored by Mike Hardy on 25 May 2020, 22:30:08 UTC
v5.6.0
Tip revision: a23c73f
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top