1.press window key + R
2.type cmd and press enter
3. write "ipconfig /all" without quotes and press enter
4. look for physical address word
that's your Mac address
Answer:2. electrical equipment shall be considered readily accessible to those to whom ready access is requisite when it is capable of being reached quickly for operation by using a portable ladder.
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}]}/>