mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: tab navigations don't work with lowercase xml (#8016)
This commit is contained in:
@@ -2304,6 +2304,9 @@ export class TabStripItem extends View {
|
||||
|
||||
image: Image;
|
||||
|
||||
// (undocumented)
|
||||
_index: number;
|
||||
|
||||
label: Label;
|
||||
|
||||
on(eventNames: string, callback: (data: EventData) => void);
|
||||
|
||||
Reference in New Issue
Block a user