https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: c61edfc962d150566a9ddb59d5f5062cfac7fafb authored by Mike Hardy on 21 October 2020, 15:15:08 UTC
v7.0.2
Tip revision: c61edfc
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top