MMA301_-_SU_2023_-_1_395.webp
Scar89

MMA301_-_SU_2023_-_1_395.webp

  • Media owner Scar89
  • Ngày thêm
OD
(Choose 1 answer)
Which of these code snippets represents the final code for the section header that renders on top of each section in the menu?
A. const renderSectionHeader = ({ section: { title } }) => ( <View style={menuStyles.headerStyle}>
<Text style={menuStyles.sectionHeader}>{title} </Text>
</View>
);
B. const renderSectionHeader = ({ section: { title } }) => ( );<Text style={menuStyles.sectionHeader}>{title} </Text>
C. const renderSectionHeader = ({ section: { title } }) => (
<Text style={menuStyles.sectionHeader}/>{title});
D. const renderSectionHeader = ({ section: { title } }) => (
<View style={menuStyles.headerStyle}>
<Text style={menuStyles.sectionHeader}/>{title}
</View>
);
Exit 44
  • Like
Reactions: Quangdung

Thông tin

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

Image metadata

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

Share this media

Back
Bên trên Bottom