Expo | Google AdMob SDK | How to adjust timing for close button - react-native

I am currently using Expo for a React Native application. I also use the Expo AdMob package. Currently in my Google AdMob dashboard I have an Interstitial ad configured. The video ad that shows up always has a 5 second timer for the close button.
How can I set this timer to be longer?

To answer my own question here - apparently you can not as this is delivered as functioning from the ad provider

Related

How to enable SKAdNetwork for Google AdMob in my managed Expo React-Native app

So I have Google AdMob implemented in my Expo React-Native app and everything is working fine. I got this alert two days ago in AdMob console, I have been googling for the past two days but cannot find any answer to:
How to enable enable SKAdNetwork to track conversions https://developers.google.com/admob/ios/ios14?hl=en-US ?
Do I need to do anything?
Some apps haven't been configured to use Apple's SKAdNetwork
To ensure you're getting credit for all ads activity, like app installs, be sure to configure SKAdNetwork with Google's recommended network IDs.

React native Expo - can you change/add Admob ads without releasing an update? (without requiring user to update the app)

I want to add ads to an react native application using, most likely, the Google's AdMob.
Now what I expect according to https://docs.expo.dev/versions/latest/sdk/admob/ is that before building an app for relase, I have to set the googleMobileAdsAppId in app.json.
I also understand how to add ads as components and se their adUnitID.
Now how do I change the adUnitID after the application has been released without releasing an application update and therefore requiring users to udpate the application to see the new ads?

google assistant with react native

I developed one react native application. now I want to integrate Google Assistant in the app, I will provide one mic button, if the user click on it, the google assistant need to be enabled, and I need response from the google.
I am working in smart home project, I want to integrate google assistant api in React native app, I seen the library support only python. Please suggest me the best way I can embed google assistant in my app.
Have you looked at the dialogflow integration with react native? that could help you do what you want. If you are building a smart home integration I would assume you are already in dialogflow to some extent.
https://github.com/innFactory/react-native-dialogflow

I'm trying to make a react native app that is able to open Spotify and play a song

I have an app that i would like to connect to spotify so when my user pushes a button it will search in spotify for a song/playlist with predefined parameters that i will set. For example i will have two buttons one for hip-hop and the other for country. Once the user pushes a button I would like to redirect them to spotify and search the corresponding button title and maybe play the song. Similar to what shazam does to discovered songs you search on the app.
Spotify has a pretty mighty sdk and you should use it. To be able to access all features you need to use their SDK on native side. The topic is too big to answer it here via Stackoverflow.
React-Native native Module Guide for Android -
React-Native - Android Modules
React-Native native Module Guide for iOS -
React-Native - iOSModules
Spotify's Android SDK Guide -
Android
Spotify's iOS SDK Guide -
iOS

Admob Mediation to Flurry for an AIR App

I am using the Native Extension from http://www.milkmangames.com/blog/tools/ to display AdMob Fullscreen Ads (Interstitial) in a Game. The Ads from Admob work fine.
Now i would like to use Flurry Ads using Admob Mediation. Here is what i did:
Create Application and AdSpace in Flurry
Setup the Mediation in Admob using Project API Key and Ad Space Name from Flurry.
Set the eCPM of Flurry higher then Admob (also tried lower)
Still only Admob Ads are shown. Am i missing something? Has anyone gotten mediation to work (maybe even with AIR Native Extension) ?
Thanks
You will need to have the Flurry SDK and and Admob-FLurry mediation adapter in your app also.
You need to wait about 5 minutes for any mediation config changes to propagate.
And then Flurry has to have some ads to show you. It's possible that they have none for your device in your area at this point in time.