react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
731 stars 280 forks source link

black screen when using in react native 0.71.3 #394

Closed phuocantd closed 1 year ago

phuocantd commented 1 year ago

when I installed and configured according to the instructions, the app render black screen. How to fix it? Thanks

tonyxqing commented 1 year ago

Also receiving this issue in react 0.71.0

phuocantd commented 1 year ago

In AppDelegate.mm I keep return [super application:application didFinishLaunchingWithOptions:launchOptions]; It work for me