Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Apr 17, 2024
1 parent aca8a4b commit 0fc594a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/rn-tester/js/examples/Alert/AlertExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ const PromptOptions = () => {
return (
<View>
<Text style={styles.promptValue}>
<Text style={[{color: theme.SecondaryLabelColor}, styles.bold]}>Prompt value:</Text>
<Text style={[{color: theme.SecondaryLabelColor}, styles.bold]}>
Prompt value:
</Text>
{JSON.stringify(promptValue, null, 2)}
</Text>

Expand Down

0 comments on commit 0fc594a

Please sign in to comment.