Kolade Oluwadare

Results 6 comments of Kolade Oluwadare

It will work over time, when I did mine, it took some few days after some tries, I started working properly and perfectly

It’s not necessary, the device will connect with the play store server and reflect update,

> > It’s not necessary, the device will connect with the play store server and reflect update, > > But I've created new subscriptions and these are not reflecting in...

For the first time, it can take few days. I will say 3 days max with the ones I’ve worked with. Then ones it started already, it will always reflect...

> Added this to my root build.gradle file and it fixed my issue > > ``` > gradle.startParameter.excludedTaskNames.addAll( > gradle.startParameter.taskNames.findAll { it.contains("testClasses") } > ) > ``` This Saved me

I fixed by wrapping my component with this `` and using `const imageURI = await viewShotRef.current.capture();` it worked for me after many days of debugging, i hope this will help...