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

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

It seems like yarn is caching packages by version number, and the last change made [here](https://github.com/agiletechvn/react-native-search-box/commit/2801cdd11b516cbbb48f137a70d051ad959d677b) to fix PropTypes was not cached due to lack of version bumping. #79

Open hussainhspl opened 5 years ago

hussainhspl commented 5 years ago

It seems like yarn is caching packages by version number, and the last change made here to fix PropTypes was not cached due to lack of version bumping.

Quickfix: "react-native-search-box": "https://github.com/agiletechvn/react-native-search-box" in package.json

More proper way: @anhtuank7c Bump version number to 0.0.14

Originally posted by @kacgrzes in https://github.com/react-native-vietnam/react-native-search-box/issues/46#issuecomment-354762956

there is no 0.0.14 version available

anhtuank7c commented 5 years ago

@hussainhspl Thanks. I have a plan to rewrite component this weekend