Skip to content

Commit

Permalink
Fix for missing / in View closing tag (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
florentroques authored and Raúl Gómez Acuña committed Jul 3, 2017
1 parent 00fd833 commit 4b64cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -117,7 +117,7 @@ const YourComponent = () => (
</ConnectivityRenderer>
<View>
<Text>Another Section</Text>
<View>
</View>
<ConnectivityRenderer>
{isConnected => (
<SnackBar
Expand Down

0 comments on commit 4b64cb9

Please sign in to comment.