mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 07:34:45 +00:00
committed by
Nicolas Gallagher
parent
8362f3907f
commit
d8f60b4824
@@ -20,8 +20,10 @@ export default class LinkingPage extends PureComponent {
|
||||
<Text
|
||||
accessibilityRole="link"
|
||||
href="https://mathiasbynens.github.io/rel-noopener/malicious.html"
|
||||
hrefAttrs={{
|
||||
target: '_blank'
|
||||
}}
|
||||
style={styles.text}
|
||||
target="_blank"
|
||||
>
|
||||
target="_blank"
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user