When using React Native, I know that to allow background audio playback (especially for react-native video), I need to adjust the audio session as outlined here in the Apple development documentation.
However, I'm unsure of where to integrate the Objective-C code within a React Native application, given that React is primarily JavaScript. Any guidance on this would be greatly appreciated.