https://github.com/rebeccahughes/react-native-device-info
Raw File
Tip revision: bf54cd04f8a8df1090e2ad17c3e03eef76118cac authored by Mehdi Achour on 23 October 2018, 12:54:46 UTC
v0.24.3
Tip revision: bf54cd0
.prettierrc.json
{
  "useTabs": false,
  "printWidth": 80,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}
back to top