Debugging Accessing developer menu from the app. - You can access developer menu in the application by shaking it if it is on your device. - If you are using the app on the simulator then you can access developer menu by pressing f2 or ctrl + m on windows and ctrl + d in IOS. Developer menu looks like as below image. Note: Developer menu disabled in release build Developer menu options description: -- To Reload Javascript: - When you make a change in your javascript code, after that you do not need to recompile the app. you can reload it by pressing 'R' double times in windows and pressing command + r in IOS. Note: You need to rebuild the app for changing take effect in following situations : - If you have added new resources in your app bundle. - If you have modified native code -- Automatic reloading: - If you have to speed up your deve...
Taste Of Tech
Tutorials of Windows, Android, ios and hybrid apps(React Native)