react-native-admob
react-native-admob copied to clipboard
Does not work with Share Extension
This library does not work with rn-extensions-share
Got this flood of error messages when I try to use share extension in other app.
2021-06-21 15:20:04.167408+0800 ReactNativeApp[12144:4416066] [ProcessSuspension] 0x281dde5a0 - WKProcessAssertionBackgroundTaskManager: Ignored request to start a new background task because RunningBoard has already started the expiration timer
2021-06-21 15:20:04.168537+0800 ReactNativeApp[12144:4416689] BackgroundSession <9117EC81-549A-49EE-AED2-FF28F498A842> connection to background transfer daemon interrupted
2021-06-21 15:20:04.168820+0800 ReactNativeApp[12144:4416689] BackgroundSession <9117EC81-549A-49EE-AED2-FF28F498A842> connection to background transfer daemon invalidated
Solution: use @react-native-firebase/admob instead.
im having the same problem as well