Skip to content

Commit 463ecc5

Browse files
committed
chore(android): build fix
1 parent f5fc5a9 commit 463ecc5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/gesturehandler/typings/extensions.android.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ declare namespace com {
1616
}
1717
}
1818
}
19+
20+
// TODO: to be removed once @nativescript/types-android is fixed https://github.com/NativeScript/NativeScript/pull/10791
21+
declare namespace org {
22+
namespace nativescript {
23+
namespace widgets {
24+
interface GridLayout {
25+
addRow(itemSpec: ItemSpec): void;
26+
addColumn(itemSpec: ItemSpec): void;
27+
}
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)