https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: d86c61fd9eff45355c4d5fcc854abf89aa34d5f8 authored by Mike Hardy on 17 June 2019, 21:21:30 UTC
2.1.2
Tip revision: d86c61f
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top