As I work on developing my app with React Native, I am looking to capture crashes that occur on both the Objective-C and JavaScript aspects of the application.
After following Crashlytics SDK's installation guide, I successfully implemented it into my project. However, while I can see crashes from the Objective-C side, I am not able to view any crashes originating from JavaScript.
Is there a specific step or process that needs to be followed in order to catch JavaScript errors and have them reported to Crashlytics?
Thank you, Ran.