MMA301_-_SU_2024_-_RE_2417.webp
V

MMA301_-_SU_2024_-_RE_2417.webp

Kizspy | Question: 10 (Choose 1 answer)
Study the code below and choose the correct output that you will expect to see on the emulator.
import React, { Component } from 'react';import { Text, View } from 'react-native';
class Header extends Component { render() { return ( <View><Text>This is header!</Text></View>);}
class Footer extends Component { render() { return ( <View><Text> This is footer!</Text></View>);
}
class MainScreen extends Component { render() { return ( <View><Header /><Footer /></View>);
}
export default MainScreen;
A. This is header! This is footer!
B. This is footer! This is header!
C. This is header!
D. This is footer!
FUOVE
  • Like
Reactions: Hoàng Hùng

Thông tin

Category
MMA301
Thêm bởi
Văn Đức1
Ngày thêm
Lượt xem
3,823
Lượt bình luận
17
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom