From bdcd80f35b5df3bf1bea3746c0d4828b7ae08c4a Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 3 Mar 2016 10:03:51 +0800 Subject: [PATCH] Aspect.Fill -> Aspect.fill --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09573d5..989a302 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ class BadInstagramCloneApp extends Component { this.camera = cam; }} style={styles.preview} - aspect={Camera.constants.Aspect.Fill}> + aspect={Camera.constants.Aspect.fill}> [CAPTURE]