https://linear.app/comm/issue/ENG-10275/apply-the-diff-from-react-native-upgrade-helper
In RN 79 the AppDelegate is rewritten to Swift. Some custom parts of our AppDelegate are not easily rewritten into swift, so they got moved to DBInit file without any changes.
Then the AppDelegate calls functions from DBInit and other objc functions.
Depends on D14976