flashman2

Results 8 comments of flashman2

I ended up with modifications in native code using these unpublished commits: iOS: https://github.com/sbugert/react-native-admob/pull/166/commits/6c5baa25a6dc410c5497e373c3978da46c99d2af Android: https://github.com/sbugert/react-native-admob/pull/469/commits/f0d7deb4e1733b011dd156b52b815095d7fc799c Thanks @chsjr1996 and @koenpunt ! I hope maintainers of this module will use their...

Solution to target Ads for children (tagForChildDirectedTreatment): **iOS** Edit these files: RNAdMobInterstitial.m RNAdMobRewarded.m RNDFPBannerView.m RNGADBannerView.m Find this: ``` GADRequest *request = [GADRequest request]; request.testDevices = _testDevices; ``` Add below this:...

@dule9999 no, I just used mentioned solution to fix targeting issues in this module. It looks like author and maintainer is not interested in development of this module and PRs...

Got the same error after upgrade "@react-native-firebase/messaging": "^14.7.0" -> "@react-native-firebase/messaging": "^17.3.0" Only iOS issue, on Android seems everything is fine. Signing & Capabilities -> Background Modes (Remote notifications, Background processing)...

@mikehardy Thanks for your answer. I'm sorry if I missed something. But I really can't find a clear instruction on what to do when migrate to 17.x.x version from older...

I can confirm, this module or probably ucrop native module have issue with application splash screen. The reason is that in Android a splash screen uses a separate activity. And...

@KrisLau Author of this package lost interest and don't support it. But I found a fork of this package which is actively maintained and developed. https://github.com/ahmadelafify/react-native-dropdown-picker If you'd like to...

@LovesWorking In some cases for old projects its not worth to spend lots of time migrating from drop down menus to bottom sheet modal. So for these project this package...