Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a5d8d2

Browse files
committed
chore(example): disambiguation of iframe description
1 parent ccb2636 commit 5a5d8d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/App.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ function YoutubeExampleDescription({ scalesPageToFit }) {
6565
<Text style={styles.welcome}>
6666
This <Monospace>IframeRenderer</Monospace> has the{' '}
6767
<Monospace>scalesPageToFit</Monospace> option set to{' '}
68-
<Monospace children={scalesPageToFit + ''} />. It will zoom down to a
69-
level that allows the whole content to be visible. Default is false.
68+
<Monospace children={scalesPageToFit + ''} />. When{' '}
69+
<Monospace>true</Monospace>, will zoom down to a level that allows the
70+
whole content to be visible. Default is <Monospace>false</Monospace>.
7071
</Text>
7172
);
7273
}

0 commit comments

Comments
 (0)