ericwooley / react-nativeish

React Native / React Native Web Boilerplate
MIT License
106 stars 7 forks source link

What is the use of LinkService? #12

Closed damiaozi closed 7 years ago

damiaozi commented 7 years ago

What is the use of LinkService?

ericwooley commented 7 years ago

Opening a link on IOS and android is a bit annoying in react-native. All it does is open a link in the browser for you.

It's used by the LinkComponent

damiaozi commented 7 years ago

Thank you very much