https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 707dcfccb406ff9535909cb20efa1a3ca1cd3372 authored by Mike Hardy on 20 October 2020, 18:31:00 UTC
v7.0.1
Tip revision: 707dcfc
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top