react-native-vietnam / react-native-search-box

A simple search box with animation, inspired from ios search bar. Lightweight, fast, flexible.
476 stars 132 forks source link

direction is not function #54

Closed NobodyButMe-Haiya closed 6 years ago

NobodyButMe-Haiya commented 6 years ago

https://github.com/agiletechvn/react-native-search-box/blob/master/index.js line 505

from

direction: PropTypes.oneOf['ltr', 'rtl'],

to

 direction: PropTypes.oneOf(['ltr', 'rtl']),
anhtuank7c commented 6 years ago

Do: npm i -s prop-types Then run again.