Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
resetZoom = () => {
this._prevPinch = 1;
this.setState({zoom: 0});
}
}
Camera.navigationOptions = ({ navigation }) => {
return {
header: props => null
}
}
Camera = connectStyle("Branding")(Camera);
export default Camera;