UNPKG

react-native-dropdown-picker-plus

Version:

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.

10 lines (9 loc) 163 B
module.exports = { arrowParens: 'avoid', bracketSpacing: true, singleQuote: true, trailingComma: 'all', semi: true, printWidth: 100, tabWidth: 2, };