evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Remove unnecessary method to suppress warning #75

Closed mickamy closed 6 years ago

mickamy commented 6 years ago

This would suppress the following warning.

YellowBox.js:80 Module RNFIRAnalytics requires main queue setup since it overrides constantsToExport 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.

ref: https://github.com/wix/react-native-navigation/issues/1982

mickamy commented 6 years ago

@evollu Would you check this, please?

mickamy commented 6 years ago

Thanks for your quick response!