https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: b03b10f8855b63616e8240fdd85dac6ed2fa7cee authored by Mike Hardy on 13 October 2019, 23:04:05 UTC
v4.0.2-rc.1
Tip revision: b03b10f
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top