Laxman Desai

Results 3 issues of Laxman Desai

### What happened? I tried to compile this library on React Native v0.73.2 using the new architecture on iOS and got the following error ``` my-folder/ios/build/generated/ios/RNGoogleMobileAdsSpec/RNGoogleMobileAdsSpec.h:46:22 Redefinition of 'NativeGoogleMobileAdsModuleSpecJSI' ```...

help wanted

https://github.com/kesha-antonov/react-native-background-downloader/blob/1f52afe3d4359d9c66f0216c3e89b1ae7a7a5f6e/index.d.ts#L12-L16 doesn't match https://github.com/kesha-antonov/react-native-background-downloader/blob/1f52afe3d4359d9c66f0216c3e89b1ae7a7a5f6e/index.ts#L53 I believe it should instead be: ```ts export interface Config { headers?: DownloadHeaders; progressInterval: number : null; isLogsEnabled?: boolean; } type SetConfig = (config: Config) =>...