You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this wonderful package. I have a react native project and I couldn't find any readme for integrating with React Native. Could you point me to tutorial to implement this in React native.
The text was updated successfully, but these errors were encountered:
To implement this in React Native, you will need to create a native module to bridge the code between React Native and Android, please see this resource on this topic. Furthermore, if you are implementing the detection code in C/C++ like in this project, you will also need to create a native JNI (Java Native Interface) library that can be loaded from the Android SDK, here is a good starting guide. You could alternatively implement the detection code in Java/Kotlin and bypass the JNI step but that would leave your application at risk of hooking from Frida.
Thanks for this wonderful package. I have a react native project and I couldn't find any readme for integrating with React Native. Could you point me to tutorial to implement this in React native.
The text was updated successfully, but these errors were encountered: