https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: c94f194efa3e5416031ec4bd479d6c1a3c8f2fe6 authored by Mehdi Achour on 13 March 2019, 17:35:10 UTC
v0.29.1
Tip revision: c94f194
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top