Shivam

Results 148 comments of Shivam

@ratson also if you want to implement testing with detox I can do that so that when you make a new release it will test the library automatically to make...

@ratson you need help in testing ? I don't have much idea about admob and native stuffs so if you need any specific logs let me know. Also please let...

I am also getting these Module AdMobPlusRN requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all...

@keev-studio I've switched to react native admob, it has awesome hooks.

Okay it's been more than 3 years yet no updates. Lot of people above mentioned they are web devs and they can contribute but the issue is it will take...

@SimonHoiberg it's been more than 10 months :( It would be really great to have that

If you want it in TypeScript ```js new CfnPermission(this, "lambda-permission-event-bus", { action: "lambda:InvokeFunction", sourceArn: mediaProcessUpdateRule.ruleArn, principal: "events.amazonaws.com", functionName: mediaProcessFn.functionArn, }); ``` This worked after deleting and deploying stack again. But...