我已经安装了 react-native-notifications 并且在 iOS 上一切正常,但它在 Android 上一直给我错误。我已经按照这里的确切 Android 安装说明进行操作:https : //wix.github.io/react-native-notifications/docs/installation-android
我的开发流程:
npx react-native clean-project-auto; npx react-native-clean-projectrm -rf android/app/build; anroid/gradlew clean; android/gradlew build --refresh-dependenciesnpx react-native start --reset-cachenpx react-native run-android --deviceId emulator-5554步骤 7. 结果Invariant Violation: PushNotificationManager is not available.(下图)
步骤 8. 产生以下日志:
...
> Task :react-native-notifications:testReactNative60DebugUnitTest
...
com.wix.reactnativenotifications.core.InitialNotificationHolderTest > replacesInitialNotification PASSED
com.wix.reactnativenotifications.core.InitialNotificationHolderTest > isALazySingleton PASSED
WARNING: An illegal reflective access operation has …Run Code Online (Sandbox Code Playgroud)