Using react native, I understand that in order to enable background audio playback (mainly for react-native video) I should change the audio session as detailed here in the apple development docs.
With that said, I'm a little bit confused about where exactly to do this. Considering that React is javascript, where should one place the Objective-C code in React Native application?