chrisgriffith / ionic-native-mocks

Ionic Native Mocks are designed to be used as placeholders during development for the actual Ionic Native modules.
205 stars 42 forks source link

resolves error about incompatible class extension #31

Closed heidji closed 5 years ago

heidji commented 5 years ago

Hey, in @ionic-native/web-intent version 4.20.0 the onIntent function is defined as follows: onIntent(): Observable<Intent>; on your end you defined it like onIntent(): Observable<string>; , which always results a compile error. please accept the PR or fix the error as you would like it.

chrisgriffith commented 5 years ago

Thanks for this! I am working on the new versions as time allows (mostly down to build issues)