https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 913b18e296f49d7879afcf60c92298449b2880fe authored by Mehdi Achour on 11 March 2019, 12:36:23 UTC
v0.28.1
Tip revision: 913b18e
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top