https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: d03f20a16d3baa411be038096c01ad16f97f3d49 authored by Mehdi Achour on 08 February 2018, 21:17:29 UTC
v0.15.1
Tip revision: d03f20a
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top