https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 72c406dfe273c2647ec416bd1045f6f0be55ef5c authored by Mike Hardy on 11 October 2019, 05:41:30 UTC
v4.0.1-beta.7
Tip revision: 72c406d
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top