From dc1724507a8fb6a66ef53442704c2d0340ef40b1 Mon Sep 17 00:00:00 2001 From: Jonathan Beckman Date: Sun, 10 Sep 2017 13:18:58 -0600 Subject: [PATCH] Update README.md (#883) took out an unneeded word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e09895..5b51428 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ AppRegistry.registerComponent('BadInstagramCloneApp', () => BadInstagramCloneApp Values: `Camera.constants.Aspect.fit` or `"fit"`, `Camera.constants.Aspect.fill` or `"fill"` (default), `Camera.constants.Aspect.stretch` or `"stretch"` -The `aspect` property allows you to define how your viewfinder renders the camera's view. For instance, if you have a square viewfinder and you want to fill the it entirely, you have two options: `"fill"`, where the aspect ratio of the camera's view is preserved by cropping the view or `"stretch"`, where the aspect ratio is skewed in order to fit the entire image inside the viewfinder. The other option is `"fit"`, which ensures the camera's entire view fits inside your viewfinder without altering the aspect ratio. +The `aspect` property allows you to define how your viewfinder renders the camera's view. For instance, if you have a square viewfinder and you want to fill it entirely, you have two options: `"fill"`, where the aspect ratio of the camera's view is preserved by cropping the view or `"stretch"`, where the aspect ratio is skewed in order to fit the entire image inside the viewfinder. The other option is `"fit"`, which ensures the camera's entire view fits inside your viewfinder without altering the aspect ratio. #### `iOS` `audio`