- React Native Tutorial
- React Native - Home
- Core Concepts
- React Native - Overview
- React Native - Environment Setup
- React Native - App
- React Native - State
- React Native - Props
- React Native - Styling
- React Native - Flexbox
- React Native - ListView
- React Native - Text Input
- React Native - ScrollView
- React Native - Images
- React Native - HTTP
- React Native - Buttons
- React Native - Animations
- React Native - Debugging
- React Native - Router
- React Native - Running IOS
- React Native - Running Android
- Components and APIs
- React Native - View
- React Native - WebView
- React Native - Modal
- React Native - ActivityIndicator
- React Native - Picker
- React Native - Status Bar
- React Native - Switch
- React Native - Text
- React Native - Alert
- React Native - Geolocation
- React Native - AsyncStorage
- React Native Useful Resources
- React Native - Quick Guide
- React Native - Useful Resources
- React Native - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
React Native - Debugging
React native offers a couple of methods that help in debugging your code.
In App Developer Menu
You can open the developer menu on the IOS simulator by pressing command + D.
On Android emulator, you need to press command + M.
Reload − Used for reloading simulator. You can use shortcut command + R
Debug JS Remotely − Used for activating debugging inside browser developer console.
Enable Live Reload − Used for enabling live reloading whenever your code is saved. The debugger will open at localhost:8081/debugger-ui.
Start Systrace − Used for starting Android marker based profiling tool.
Show Inspector − Used for opening inspector where you can find info about your components. You can use shortcut command + I
Show Perf Monitor − Perf monitor is used for keeping track of the performance of your app.