UNPKG

react-native-toast-hybrid

Version:

A toast that can be used for react-native, while available for native android, ios.

11 lines (9 loc) 166 B
module.exports = { semi: false, trailingComma: 'all', jsxBracketSameLine:true, singleQuote: true, printWidth: 120, tabWidth: 2, arrowParens: 'avoid' }