Using react version 0.78.1, After installing and setting up the Appdelegate.swift files (as there is not Appdelegate.h or .mm for the new react version) it keeps telling me No such module 'RNCPushNotificationIOS' when trying to build. Please note i have done some manual inclusion as seen from other links, but the error persist. i have done some modifications in my podfile, added libRNCPushNotificationIOS.a  in my xcode but it persist, how do i fix this