naoufal / react-native-safari-view

A React Native wrapper for Safari View Controller.
https://www.npmjs.com/package/react-native-safari-view
494 stars 110 forks source link

Can't resolve './SafariViewManager' #97

Closed geminiyellow closed 6 years ago

geminiyellow commented 6 years ago

i try to use this library open safari browser, when the Platform is iOS ,

but it give me this error, Module not found: Can't resolve './SafariViewManager' in '/Users/dev/apps/node_modules/react-native-safari-view'

and i use react-native-web, i did added uncompiled packages to my babel loader's includes.

anybody know why ?

koenpunt commented 6 years ago

I think your understanding of this module is incorrect. It will only work with react native, on iOS, so not with react-native-web

Sky84 commented 3 years ago

https://github.com/naoufal/react-native-safari-view/pull/113