Course Assignments
Module quiz: Introduction to React Native :React Native (Meta React Native Specialization) Answers 2025
1. Benefits of React Native (Select all that apply) ✔️ Cost-effective✔️ Large community and library support✔️ Builds cross-platform native apps❌ Uses Swift and Kotlin 2. React Native components categories (Select all that apply) ✔️ Core Components✔️ Community Components✔️ Your native custom components❌ None of the above 3. True statement about React Native ✔️ React Native… <a href="https://codeshala.io/platform/coursera/course/react-native-meta-react-native-specialization/assignment/module-quiz-introduction-to-react-native-react-native-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Module quiz: Introduction to React Native :React Native (Meta React Native Specialization) Answers 2025</span></a>
Module quiz: Lists and Text Input in React Native :React Native (Meta React Native Specialization) Answers 2025
1. Question 1 You need to display a large list with good performance. ✔️ FlatList ✔️ SectionList ❌ ScrollView 2. Question 2 The keyExtractor is required for both FlatList and SectionList. ❌ False (it is not required if each item already has a valid key property) 3. Question 3 Which feature is NOT supported by… <a href="https://codeshala.io/platform/coursera/course/react-native-meta-react-native-specialization/assignment/module-quiz-lists-and-text-input-in-react-native-react-native-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Module quiz: Lists and Text Input in React Native :React Native (Meta React Native Specialization) Answers 2025</span></a>
Module quiz: Pressable, Images and Hooks in React Native :React Native (Meta React Native Specialization) Answers 2025
1. Question 1 Which hooks belong to core React Native? ✔️ useColorScheme ✔️ useWindowDimensions ❌ useAppState (this is from @react-native-community/hooks, not core) 2. Question 2 Component for background image: ✔️ ImageBackground ❌ View ❌ Image 3. Question 3 Pressable can accept children that become the clickable area. ✔️ True ❌ False 4. Question 4 Values… <a href="https://codeshala.io/platform/coursera/course/react-native-meta-react-native-specialization/assignment/module-quiz-pressable-images-and-hooks-in-react-native-react-native-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Module quiz: Pressable, Images and Hooks in React Native :React Native (Meta React Native Specialization) Answers 2025</span></a>
Module quiz: React Navigation :React Native (Meta React Native Specialization) Answers 2025
1. Question 1 import { NavigationContainer } from '@react-navigation/native'; ✔️ The NavigationContainer is imported from the correct package. ❌ The NavigationContainer is imported from the correct package and will cause an error. 2. Question 2 Method to go back to previous screen: ✔️ goBack ❌ push ❌ popToTop ❌ pop 3. Question 3 Methods to… <a href="https://codeshala.io/platform/coursera/course/react-native-meta-react-native-specialization/assignment/module-quiz-react-navigation-react-native-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Module quiz: React Navigation :React Native (Meta React Native Specialization) Answers 2025</span></a>
Final course quiz: React Native :React Native (Meta React Native Specialization) Answers 2025
1. Question 1 By building apps using React Native, your job title would be: ✔️ Cross-platform Mobile Developer ❌ Android Developer ❌ Web Developer ❌ Native Mobile Developer 2. Question 2 Expo CLI requires no native tools? ✔️ True ❌ False 3. Question 3 Method to trigger alert when TextInput becomes focused: ✔️ focus() ❌… <a href="https://codeshala.io/platform/coursera/course/react-native-meta-react-native-specialization/assignment/final-course-quiz-react-native-react-native-meta-react-native-specialization-answers-2025/" rel="bookmark"><span class="screen-reader-text">Final course quiz: React Native :React Native (Meta React Native Specialization) Answers 2025</span></a>