We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb2636 commit 5a5d8d2Copy full SHA for 5a5d8d2
example/App.js
@@ -65,8 +65,9 @@ function YoutubeExampleDescription({ scalesPageToFit }) {
65
<Text style={styles.welcome}>
66
This <Monospace>IframeRenderer</Monospace> has the{' '}
67
<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.
+ <Monospace children={scalesPageToFit + ''} />. When{' '}
+ <Monospace>true</Monospace>, will zoom down to a level that allows the
70
+ whole content to be visible. Default is <Monospace>false</Monospace>.
71
</Text>
72
);
73
}
0 commit comments