so recently i have upgraded my react-native version from 0.73.6 to 0.74.0, when running on physical device (iPhone 12) gives the black screen but checking the logs it just normal logs which im using in code (totally fine) but the screen shows the black screen.
so i tried to run the same app on the emulator it running fine and working fine. but on physical device it just shows the black screen, but it shows a alert message (which is in code and working) but the screen is just a BLACK SCREEN.
native code it uses AppDelegate.mm and AppDelegate.h (RN-0.74.0)
so any help would be appreciated and if you need any info regarding this problem i can provide you