How does one Display a Hyperlink in React Native App?

前端 未结 11 1194
孤街浪徒
孤街浪徒 2020-12-12 16:38

How do I display a hyperlink in a React Native app?

e.g.

Google 
11条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 17:23

    You can use linking property Linking.openURL('http://yahoo.com')}> Yahoo

提交回复
热议问题