Answer:
<h2>ELEMENT</h2>
Explanation:
<h3>hope it helps you!!!</h3>
The Internet is an example of a WAN: Wide Area Network
Answer:
c for the first one and d for the secound one
Explanation:
Answer:
Change this code:
return <View style={[styles.container, backgroundColor: this.state.bg]}/>
for this code:
return <View style={[styles.container, {backgroundColor: this.state.bg}]}/>