mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
Merge pull request #218 from sunnylqm/patch-1
Aspect.Fill -> Aspect.fill
This commit is contained in:
commit
737c54a62a
@ -72,7 +72,7 @@ class BadInstagramCloneApp extends Component {
|
||||
this.camera = cam;
|
||||
}}
|
||||
style={styles.preview}
|
||||
aspect={Camera.constants.Aspect.Fill}>
|
||||
aspect={Camera.constants.Aspect.fill}>
|
||||
<Text style={styles.capture} onPress={this.takePicture.bind(this)}>[CAPTURE]</Text>
|
||||
</Camera>
|
||||
</View>
|
||||
|
Loading…
x
Reference in New Issue
Block a user