https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 5eddca6890b6de38ee868c1eff904cb884e15ad3 authored by Mehdi Achour on 31 January 2019, 19:44:32 UTC
v0.26.0
Tip revision: 5eddca6
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top