d-a-n / react-native-webbrowser

A cross-platform (iOS / Android), full-featured, highly customizable web browser module for React Native apps.
MIT License
205 stars 73 forks source link

Error after install the module #1

Closed santomegonzalo closed 8 years ago

santomegonzalo commented 8 years ago

Hello, I love your module but when i tried to installed it on mac project i'm getting this error

screen shot 2016-03-12 at 5 00 37 pm

Do you have an idea how to solve it?

this is my package.json

"dependencies": {
    "immutable": "^3.7.6",
    "react-native": "^0.21.0"
  }
d-a-n commented 8 years ago

@gsantome Please try to delete node_modules/react-native-webbrowser/node_modules/react-native

e.g. rm -rf node_modules/react-native-webbrowser/node_modules/react-native

santomegonzalo commented 8 years ago

wow that was fast... now works perfect... thanks for your help!!!

egold commented 8 years ago

@d-a-n -- won't this continue to be a problem going forward? should you add the react-native folder in your project to the ignore rules or something?

gorjanz commented 8 years ago

I deleted the mention module, and it still doesn't work. Now it fails on each next place, when some other part of the code, depends on something from React-Native. (my case is Portal.js from rn/Libraries)

smitthakkar1 commented 6 years ago

same here. any update on this ? Or any other alternative ?