Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 0f22184

Browse files
committed
Updated README to fix basic example issue.
1 parent c668cf2 commit 0f22184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {Column as Col, Row} from 'react-native-flexbox-grid';
3333
First Column
3434
</Text>
3535
</Col>
36-
<Col sm={6} md={4} lg={3}
36+
<Col sm={6} md={4} lg={3}>
3737
<Text>
3838
Second Column
3939
</Text>

0 commit comments

Comments
 (0)