Uğur Dalkıran

Results 21 comments of Uğur Dalkıran

https://github.com/react-navigation/react-navigation/issues/10875 Could it be the same problem as here?

I'm stuck at the same point. Is there an updated solution?

I don't know how and where to write. :/ `SET CL=/D_WINDOWS=1`

![image](https://user-images.githubusercontent.com/27302986/188966636-e235d87e-770d-4bae-889f-ea26a9849fdd.png) unfortunately i didn't pass :/

The dependencies I use are: ``` "dependencies": { "react": "18.1.0", "react-native": "0.70.1", "react-native-gesture-handler": "2.6.1", "react-native-google-mobile-ads": "8.1.0", "react-native-reanimated": "3.0.0-rc.2", "react-native-splash-screen": "3.0.6", "react-native-svg": "13.2.0" }, "devDependencies": { "@babel/core": "7.19.1", "@babel/runtime": "7.19.0", "@svgr/cli":...

The Ids in the images were Test Id. :) I have now deleted the Interstitial ad. I just left BANNER in the app. I can't see anything on the openAdInspector...

There is nothing. So I stayed. :( ![image](https://user-images.githubusercontent.com/27302986/190861501-5bb52740-68c5-4817-8bd1-0a6bee78bb1a.png)

Is it normal that I don't get any console warning even though I add the banner ad like this? ``` { console.log("onAdOpened"); console.log(e); }} onAdFailedToLoad={e => { console.log("onAdFailedToLoad"); console.log(e); }}...