Basit Raza

Results 5 comments of Basit Raza

@troyatomic you need to execute the `wire` command to generate the bindings. https://github.com/google/wire/blob/main/_tutorial/README.md#using-wire-to-generate-code

@whybangbang don't forget the add trailing line ``` //go:build wireinject // +build wireinject ```

@akyGit https://stackoverflow.com/questions/43229527/react-native-openpgp-very-slow-generation-keys-on-devices How did you fix this issue?

Yes, I have already generated the key pair . I have also detached EXPO. now running on android device instead of emulator, but the error is remain same, After link...

``` Error in callNativeModule():4,0,,85 Did not get valid calls back from JS: [[4],[0],[],[85]] ``` figured out ... it happens because I was using `console.log` in my code.