mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-30 21:21:06 +00:00
Aspect.Fill -> Aspect.fill
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user