https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: a400b65a536162028592a63d63dc2e2ac9b39488 authored by Mehdi Achour on 22 October 2018, 15:59:21 UTC
v0.24.1
Tip revision: a400b65
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top