yannick-softwerft

Results 10 comments of yannick-softwerft

@shalvah Are there any news if this is getting integrated soon? I think its pretty mandatory feature for generating a typescript API client.

@shalvah I added a PR: https://github.com/knuckleswtf/scribe/pull/814

> Could you add some tests as well? You don't necessarily need to add new tests, just find some of the tests around `@responseField` and `#[ResponseField]` and ensure they generate...

Is it available now? Im on 3.22.4 and still cant see it.

The error Message I got caused by this issue: ``` 07-29 17:12:47.816 8490 8490 E AndroidRuntime: com.facebook.jni.CppException: TypeError: Cannot assign to property 'value' on HostObject with default setter 07-29 17:12:47.816...

@kesha-antonov Thank you for that advice. I installed the main branch but the js events are still not triggering. The file is downloaded, but my promise does not resolve. I...

I did some debugging and for any reason [this line](https://github.com/kesha-antonov/react-native-background-downloader/blob/5191fab8d1f06102c8527c75a7b3cf7dc4b167e6/ios/RNBackgroundDownloader.m#L172) is never executed. Before any events would have been fired, this condition is checked and it fails because isJavascriptLoaded remains...