react native setstate object

JavaScript
this.setState({
	lang1:{
		...this.state.lang1,
		name: "myExample"
	}
})
Source

Also in JavaScript: