Fix one of the Linking code examples

Close #1996
This commit is contained in:
wishawa
2021-04-22 18:10:14 +07:00
committed by Nicolas Gallagher
parent 8362f3907f
commit d8f60b4824
+3 -1
View File
@@ -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>