React Native Preparation Pack
Learn mobile bridge systems, JavaScript Interface (JSI), performance profiling, thread execution, and Fabric layout engine.
Question Cards
Showing 50 of 50 drills
Card #1easy
What is React Native and how is it different from React?
#React Native#React
Read cardCard #2easy
What are the core components in React Native?
#React Native#Components
Read cardCard #3easy
What is the View component in React Native?
#React Native#View
Read cardCard #4easy
What is the Text component in React Native?
#React Native#Text
Read cardCard #5easy
How does styling work in React Native?
#React Native#Styling
Read cardCard #6easy
What is Flexbox in React Native?
#React Native#Flexbox
Read cardCard #7easy
What is Expo in React Native?
#React Native#Expo
Read cardCard #8medium
What is the difference between Expo and React Native CLI?
#React Native#Expo
Read cardCard #9medium
What is FlatList and why should it be used?
#React Native#FlatList
Read cardCard #10medium
What is SectionList in React Native?
#React Native#SectionList
Read cardCard #11easy
What is ScrollView and when should you use it?
#React Native#ScrollView
Read cardCard #12medium
How do you handle navigation in React Native?
#React Native#Navigation
Read cardCard #13easy
What is Stack Navigation?
#React Native#Navigation
Read cardCard #14easy
What is Bottom Tab Navigation?
#React Native#Navigation
Read cardCard #15easy
How can you make API calls in React Native?
#React Native#API
Read cardCard #16medium
How is state managed in React Native?
#React Native#State Management
Read cardCard #17medium
What is AsyncStorage?
#React Native#AsyncStorage
Read cardCard #18easy
What is SafeAreaView?
#React Native#SafeAreaView
Read cardCard #19easy
What is Pressable in React Native?
#React Native#Pressable
Read cardCard #20easy
What is TouchableOpacity?
#React Native#TouchableOpacity
Read cardCard #21hard
What are Native Modules in React Native?
#React Native#Native Modules
Read cardCard #22hard
What is the React Native Bridge?
#React Native#Bridge
Read cardCard #23medium
What is the JavaScript Thread in React Native?
#React Native#Threads
Read cardCard #24hard
How can you improve performance in React Native applications?
#React Native#Performance
Read cardCard #25hard
What is React Native Reanimated?
#React Native#Animations
Read cardCard #26medium
What is the Animated API?
#React Native#Animated API
Read cardCard #27easy
How do you handle images in React Native?
#React Native#Images
Read cardCard #28hard
What is Deep Linking in React Native?
#React Native#Deep Linking
Read cardCard #29medium
What are Push Notifications in React Native?
#React Native#Notifications
Read cardCard #30hard
What is CodePush in React Native?
#React Native#CodePush
Read cardCard #31medium
What is Hermes in React Native?
#React Native#Hermes
Read cardCard #32hard
What is the new architecture in React Native?
#React Native#Fabric
Read cardCard #33hard
What is Fabric in React Native?
#React Native#Fabric
Read cardCard #34hard
What are TurboModules in React Native?
#React Native#TurboModules
Read cardCard #35hard
What is JSI in React Native?
#React Native#JSI
Read cardCard #36medium
How do you implement authentication in React Native?
#React Native#Authentication
Read cardCard #37medium
What is Secure Storage in React Native?
#React Native#Security
Read cardCard #38hard
How do you handle offline support in React Native?
#React Native#Offline Support
Read cardCard #39medium
What is NetInfo in React Native?
#React Native#NetInfo
Read cardCard #40medium
How do you access device location in React Native?
#React Native#Location
Read cardCard #41medium
How do you integrate maps in React Native?
#React Native#Maps
Read cardCard #42medium
How do you access the camera in React Native?
#React Native#Camera
Read cardCard #43medium
How do you handle permissions in React Native?
#React Native#Permissions
Read cardCard #44hard
What is react-native-gesture-handler?
#React Native#Gestures
Read cardCard #45medium
How do you implement dark mode in React Native?
#React Native#Dark Mode
Read cardCard #46easy
What is the Appearance API?
#React Native#Appearance API
Read cardCard #47medium
How do you debug React Native applications?
#React Native#Debugging
Read cardCard #48medium
What is Flipper in React Native?
#React Native#Flipper
Read cardCard #49medium
How do you optimize images in React Native?
#React Native#Images
Read cardCard #50hard
How do you prepare a React Native app for production?
#React Native#Production
Read cardFrequently Asked Questions
How does React Native communicate with native modules?
It communicates synchronously using JSI (JavaScript Interface) under the new architecture.
Related Blogs
React Native New Architecture: Fabric & TurboModules
The React Native New Architecture is here. Understand Fabric, TurboModules, and the Javascript Interface (JSI) that makes mobile apps run at 60fps.
React Native Architecture: How Mobile Apps Work Under the Hood
A complete explanation of React Native architecture and how JavaScript creates native mobile experiences.
React Native Performance Optimization Techniques
Learn practical React Native techniques to improve speed, responsiveness, and application performance.
React Native Navigation Guide: Building Multi Screen Apps
Learn how to design scalable navigation systems for React Native mobile applications.