Kunal Sachdeva

Results 3 issues of Kunal Sachdeva

The function `startSpeech(...)` doesn't perform anything for me. I investigated and found out that the check for if `(intent.resolveActivity(this.reactContext.getPackageManager()) != null)` is always false for some reason. What could I've...

Events are getting logged but the values are not being stored. I want to be able to see parameters (sent via bundle) like this. ![](http://i.stack.imgur.com/zQ9s0.jpg) This is true for both...

Following is my code for a component in my react native android app. Everything is working fine but the animation. Did I do something wrong? Or anyone else facing this...