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
How does styling work in React Native?
#React Native#Styling
Read cardCard #2easy
What is Expo in React Native?
#React Native#Expo
Read cardCard #3medium
How is state managed in React Native?
#React Native#State Management
Read cardCard #4medium
What is the Animated API?
#React Native#Animated API
Read cardCard #5easy
What is Bottom Tab Navigation?
#React Native#Navigation
Read cardCard #6easy
What is TouchableOpacity?
#React Native#TouchableOpacity
Read cardCard #7hard
What is the React Native Bridge?
#React Native#Bridge
Read cardCard #8easy
What is the Text component in React Native?
#React Native#Text
Read cardCard #9hard
What is Deep Linking in React Native?
#React Native#Deep Linking
Read cardCard #10medium
What is the difference between Expo and React Native CLI?
#React Native#Expo
Read cardCard #11easy
What is SafeAreaView?
#React Native#SafeAreaView
Read cardCard #12medium
What is the JavaScript Thread in React Native?
#React Native#Threads
Read cardCard #13easy
What is the View component in React Native?
#React Native#View
Read cardCard #14hard
What is React Native Reanimated?
#React Native#Animations
Read cardCard #15easy
What is React Native and how is it different from React?
#React Native#React
Read cardCard #16medium
What is SectionList in React Native?
#React Native#SectionList
Read cardCard #17easy
What is ScrollView and when should you use it?
#React Native#ScrollView
Read cardCard #18hard
What are Native Modules in React Native?
#React Native#Native Modules
Read cardCard #19hard
What is CodePush in React Native?
#React Native#CodePush
Read cardCard #20easy
What are the core components in React Native?
#React Native#Components
Read cardCard #21easy
What is Flexbox in React Native?
#React Native#Flexbox
Read cardCard #22easy
How do you handle images in React Native?
#React Native#Images
Read cardCard #23medium
How do you handle navigation in React Native?
#React Native#Navigation
Read cardCard #24easy
How can you make API calls in React Native?
#React Native#API
Read cardCard #25medium
What is AsyncStorage?
#React Native#AsyncStorage
Read cardCard #26medium
What is FlatList and why should it be used?
#React Native#FlatList
Read cardCard #27hard
How can you improve performance in React Native applications?
#React Native#Performance
Read cardCard #28medium
What are Push Notifications in React Native?
#React Native#Notifications
Read cardCard #29easy
What is Stack Navigation?
#React Native#Navigation
Read cardCard #30easy
What is Pressable in React Native?
#React Native#Pressable
Read cardCard #31medium
How do you implement authentication in React Native?
#React Native#Authentication
Read cardCard #32hard
How do you prepare a React Native app for production?
#React Native#Production
Read cardCard #33medium
How do you access the camera in React Native?
#React Native#Camera
Read cardCard #34hard
How do you handle offline support in React Native?
#React Native#Offline Support
Read cardCard #35hard
What is JSI in React Native?
#React Native#JSI
Read cardCard #36medium
How do you access device location in React Native?
#React Native#Location
Read cardCard #37hard
What is Fabric in React Native?
#React Native#Fabric
Read cardCard #38medium
How do you debug React Native applications?
#React Native#Debugging
Read cardCard #39medium
How do you optimize images in React Native?
#React Native#Images
Read cardCard #40hard
What are TurboModules in React Native?
#React Native#TurboModules
Read cardCard #41medium
What is Hermes in React Native?
#React Native#Hermes
Read cardCard #42easy
What is the Appearance API?
#React Native#Appearance API
Read cardCard #43hard
What is the new architecture in React Native?
#React Native#Fabric
Read cardCard #44medium
What is Flipper in React Native?
#React Native#Flipper
Read cardCard #45medium
What is Secure Storage in React Native?
#React Native#Security
Read cardCard #46medium
What is NetInfo in React Native?
#React Native#NetInfo
Read cardCard #47medium
How do you integrate maps in React Native?
#React Native#Maps
Read cardCard #48medium
How do you implement dark mode in React Native?
#React Native#Dark Mode
Read cardCard #49medium
How do you handle permissions in React Native?
#React Native#Permissions
Read cardCard #50hard
What is react-native-gesture-handler?
#React Native#Gestures
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 App Deployment: From Development to Production
A complete guide to preparing and deploying React Native applications for production.
React Native Performance Optimization Techniques
Learn practical React Native techniques to improve speed, responsiveness, and application performance.