SDK should be initialized in both JS and Objective-C?

I’m using Sentry on a React Native application and I would like that both JS errors and native errors were captured and displayed on Sentry’s dashboard. However, I’ve noticed that I had to initialize Sentry both on my App.js file and on my AppDelegate.m (iOS). Is this supposed to work like that?