react-native-search-header icon indicating copy to clipboard operation
react-native-search-header copied to clipboard

On installing react-native-search-header gives me an error , several files provide this module, delete or fix them.

Open kmtilwani opened this issue 8 years ago • 6 comments

screenshot_20171205-120338

kmtilwani avatar Dec 05 '17 06:12 kmtilwani

Can you post your package.json?

tuantle avatar Dec 05 '17 20:12 tuantle

I have the same issue.

dzyao avatar Dec 13 '17 14:12 dzyao

It would help me track down the issue if you could post your package.json "dependencies".

tuantle avatar Dec 13 '17 20:12 tuantle

I think, the reason is our apps uses "react-native": "0.49.5". I have same error btw.

artemukolov avatar Dec 16 '17 17:12 artemukolov

I looked this issue in react native github issues and one person suggested the following...

remove both react-native-packager-cache-* (directory) AND haste-map-react-native-packager-* (file) from $TMPDIR

tuantle avatar Dec 19 '17 05:12 tuantle

@kmtilwani @belltolls @artemukolov I have fixed the issue by updating the package's dependencies. The fix is live if you want to refer to this git repo for rn-search-header in your package.json like so: "react-native-search-header": "github:tuantle/react-native-search-header", I also just submitted a PR for a version bump, so 0.2.4 should have the fix when @tuantle accepts it

mechabyte avatar Dec 26 '17 13:12 mechabyte