Skip to content

Commit

Permalink
Layout Props: clean warning in example (facebook#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damoness committed Sep 26, 2022
1 parent 86139c5 commit 400d509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const App = () => {
<View style={[styles.container, styles.playingSpace, hookedStyles]}>
{squares.map(elem => elem)}
</View>
<ScrollView style={[styles.container]}>
<View style={[styles.controlSpace]}>
<ScrollView style={styles.container}>
<View style={styles.controlSpace}>
<View style={styles.buttonView}>
<Button
title="Change Flex Direction"
Expand Down

0 comments on commit 400d509

Please sign in to comment.