在使用react-native-sentry时,我在react-native-navigation V1中遇到此问题。
我刚刚安装了react-native-sentry,它在android和ios中成功构建,但是在ios中启动时却出现黑屏。 当我如下更改此行时,我遇到了问题
====== >> [[RCCManager sharedInstance] initBridgeWithBundleURL:jsCodeLocation launchOptions:launchOptions] <===== 要[RNSentry installWithBridge:[[RCCManager sharedInstance] getBridge]]
请告诉我为什么会这样。