Tarun24RN

Results 11 comments of Tarun24RN

Hi! Thanks for replying. I have implemented your code but it is not showing any popup or alert to user for asking permission instead await CaptureProtection.requestPermission() it return false. I...

> @Tarun24RN Hello, could you please forward me the `AndroidManifest.xml` file and `build.gradle`? @wn-na Which build.gradle and can you please tell me which part of code you need to check...

@wn-na > @Tarun24RN I want to see the `android/build.gradle` file. // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { buildToolsVersion =...

@wn-na Also this is your library manifest in which I have commented out one permission.

> This library uses [verifyReceipt](https://developer.apple.com/documentation/appstorereceipts/verifyreceipt) endpoint to validate receipt. you can check that in this [line](https://github.com/hyochan/react-native-iap/blob/e67f19bd4e8852fc3e9f3cdcaa260e7671c61912/src/modules/ios.ts#L202). > > In apple docs, this method is not affected by this certificate update....

Hi guys my package version is: "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-react-native": "^1.0.0" And i am facing same issue.

> @Tarun24RN Can you let me know what is your `react-native` and `expo` version. it would be better if you share whole package.json. I am too having this issue and...

> @Tarun24RN I had react-native-cli project and then I have added expo modules to run this library as it depends on expo modules. Have you done similar to this ?...

@kuldip-simform I found one file inside node-modules>@tensorflow>tjfs-react-native>dist ```ts export class PlatformReactNative { /** * Makes an HTTP request. * * see @fetch docs above. */ async fetch(path, init, options) {...