die20

Results 4 comments of die20

I encountered the same error message. The problem was that the banner ad was ultimately being hidden. So I delayed loading the AdMob component for a few seconds and the...

Is this really a problem with this plugin? I’m considering using it but I don’t want it to throw false alarms.

Cool! Thanks! Even if the rooted method is flawed (which it might not be), using react-native-device-info for checking if the device is running as an emulator would solve that. How...

I've been able to use this as a workaround: ``` renderSectionFooter={...} renderItem={...} inverted={true} ```