MMA301_-_SU_2023_-_1_395.webp
Scar89

MMA301_-_SU_2023_-_1_395.webp

  • Media owner Scar89
  • Ngày thêm
(Choose 1 answer)
Study the code below and choose the correct output that you will expect to see on the emulator.
import React from 'react';
import { Text, View } from 'react-native';
const Cat = () => {
return (
<View>
<Text>I am also a cat!</Text>
</View>
);
}
}
const Cafe = () => {
return (
<View>
<Text>Welcome!</Text>
<Cat />
<Cat />
<Cat/>
</View>
);
export default Cafe;
A. Welcome!
am also a cat!
am also a cat!
am also a cat!
Exit (31

Thông tin

Category
MMA301
Thêm bởi
Scar89
Ngày thêm
Lượt xem
1,389
Lượt bình luận
2
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
MMA301_-_SU_2023_-_1_395.webp
File size
54.3 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom