Course Assignments
Module Quiz: Starting the project :Capstone (React App) (Meta React Native Specialization) Answers 2025
Question 1 In order for Git to track a file, where should you place it? ✅ The staging area❌ The production area❌ The modified area Explanation:Git tracks files only after they are added to the staging area using git add. Question 2 Which Git command shows which files changed and the exact changes? ❌ git… <a href="https://codeshala.io/platform/coursera/course/capstone-react-app-meta-react-native-specialization/assignment/module-quiz-starting-the-project-capstone-react-app-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Module Quiz: Starting the project :Capstone (React App) (Meta React Native Specialization) Answers 2025</span></a>
Module Quiz: Project Functionality :Capstone (React App) (Meta React Native Specialization) Answers 2025
Features supported by the FlatList component (Select all): ❌ Sectional support✅ Pull to refresh support✅ Fully cross-platform✅ Header, footer and separator support Explanation:FlatList supports pull-to-refresh, works on iOS/Android, and allows custom headers, footers, and separators.Section support is only in SectionList, not FlatList. Question 2 Required FlatList props: ❌ keyExtractor✅ data❌ sections✅ renderItem Explanation:data and renderItem… <a href="https://codeshala.io/platform/coursera/course/capstone-react-app-meta-react-native-specialization/assignment/module-quiz-project-functionality-capstone-react-app-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Module Quiz: Project Functionality :Capstone (React App) (Meta React Native Specialization) Answers 2025</span></a>
Final graded quiz :Capstone (React App) (Meta React Native Specialization) Answers 2025
Categories of React Native components (Select all that apply): ✅ Community Components✅ Core Components❌ None of the above✅ Your native custom components Explanation:React Native includes core components, supports community components, and allows creating custom native components. Question 2 Which prop configures a separator between FlatList items? ❌ ListSeparatorComponent✅ ItemSeparatorComponent❌ SectionSeparatorComponent Explanation:FlatList uses ItemSeparatorComponent to render… <a href="https://codeshala.io/platform/coursera/course/capstone-react-app-meta-react-native-specialization/assignment/final-graded-quiz-capstone-react-app-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Final graded quiz :Capstone (React App) (Meta React Native Specialization) Answers 2025</span></a>