Skip to content

Commit b771fd7

Browse files
committed
fix(ts): update to AdjustStoreInfo method
1 parent d684fb4 commit b771fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ declare module 'react-native-adjust' {
200200

201201
export class AdjustStoreInfo {
202202
constructor(storeName: string)
203-
public setStoreInfo(storeInfo: string): void
203+
public setStoreAppId(storeAppId: string): void
204204
}
205205

206206
export const Adjust: {

0 commit comments

Comments
 (0)