Implementation in React Native shows no actions. #97
Unanswered
DeepikaSharma5
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement Free-RASP-ReactNative to my app which runs in react-native v 0.67.5. freerasp-react-native: "^3.11.0".
This is a part of my implementation.
I even tried just passing the console.log in each of the action. :freeRASP started" is showing. But the response from listener set always showing"undefined ". Tried changing isProd:true and when I check in emulator, simulator, APK with real device, no action was triggered. Same for isProd:false. I even generated a production build and checked. No function was triggered.
Can anyone help me explaining what I did wrong or I have missed any implementation.
Beta Was this translation helpful? Give feedback.
All reactions