You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this issue
Jul 11, 2019
· 1 comment
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
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"
inpackage.json
More proper way:
@anhtuank7c Bump version number to
0.0.14
Originally posted by @kacgrzes in #46 (comment)
there is no 0.0.14 version available
The text was updated successfully, but these errors were encountered: