obipawan / react-native-hyperlink

A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
MIT License
801 stars 76 forks source link

Using with react-native-web #34

Closed matveychuk closed 2 years ago

matveychuk commented 6 years ago

I tried to use this package for web using react-native-web. But while building had an error: ERROR in ./node_modules/react-native-hyperlink/dist/index.js Module not found: Error: Can't resolve 'react-native' in '/.../web/node_modules/react-native-hyperlink/dist'. Should I install the whole react-native package only to use react-native-hyperlink?