Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,3 @@ declare module "react-native-appsflyer" {

export default appsFlyer;
}

// Explicit ambient declarations for ESLint compatibility
// ESLint's import resolver doesn't recognize exports inside 'declare module' blocks.
// These top-level declarations allow ESLint to detect the exports.
declare const StoreKitVersion: { readonly SK1: "SK1"; readonly SK2: "SK2" };
declare const AppsFlyerPurchaseConnector: any; // Type is defined in declare module above
declare const AppsFlyerPurchaseConnectorConfig: any; // Type is defined in declare module above
declare const appsFlyer: any; // Type is defined in declare module above

export { StoreKitVersion, AppsFlyerPurchaseConnector, AppsFlyerPurchaseConnectorConfig };
export { appsFlyer as default };