invertase / react-native-firebase

πŸ”₯ A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
https://rnfirebase.io
Other
11.66k stars 2.21k forks source link

RNNotificationActions requires a main queue setup #1898

Closed jeffsteinmetz closed 5 years ago

jeffsteinmetz commented 5 years ago

Issue

This appears to have been mentioned in reference to other modules in a prior closed issue. It is appearing as of react-native-firebase v 5.2.2 in RNNotificationsActions now.

Module RNNotificationActions requires main queue setup since it overrides init but doesn't implement requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.

Project Files

iOS

ios/Podfile:

# N/A

AppDelegate.m:

// N/A

Android

android/build.gradle:

// N/A

android/app/build.gradle:

// N/A

android/settings.gradle:

// N/A

MainApplication.java:

// N/A

AndroidManifest.xml:

<!-- N/A -->

Environment


Think react-native-firebase is great? Please consider supporting the project with any of the below:

Salakar commented 5 years ago

Hey, thanks for reporting this warning log. We'll get it fixed in v6. Tracking on project board.