Sakina Boriwala
Sakina Boriwala
Thankyou @JamesMcIntosh @psycura calling stopPeripheralScan before startPeripherScan worked for me.
Issue Resolved. Please Update the first point in README. It says > Open up android/app/src/main/java/[...]/MainActivity.java > Add import com.jdc.reactlibrary.RNReferrerPackage; to the imports at the top of the file > Add...
try adding this to your `android/build.gradle` ``` subprojects { afterEvaluate { project -> if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) { project.android { compileSdkVersion 34 } } if (project.hasProperty('android')) { project.android { if...
Is this implemented? I need to add JavaScript communication on my webview