https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: 8c1a1593644b9ea7b244324f33f09ab0cc4edcc2 authored by Mike Hardy on 03 July 2019, 16:39:38 UTC
2.1.4
Tip revision: 8c1a159
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top