https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: a41dacdc8e47c814645bec60df95bddd849d2625 authored by Mike Hardy on 21 May 2019, 22:44:18 UTC
2.0.1
Tip revision: a41dacd
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top