Updated docs for next

This commit is contained in:
Website Deployment Script
2016-05-11 10:55:18 +00:00
parent 68a3e41cb0
commit 2b2483cf33
+1 -1
View File
@@ -12,7 +12,7 @@ wraps all of the child views. Example:</p><p> return (
&lt;/ScrollView&gt;
);
...
var styles = StyleSheet.create({
const styles = StyleSheet.create({
contentContainer: {
paddingVertical: 20
}