https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 59f003302067e8c5ef0a152eceb0e8a105ccfa94 authored by Mehdi Achour on 07 August 2018, 12:32:55 UTC
v0.22.3
Tip revision: 59f0033
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top