mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00

* fix(tabs): delay loadView when animation runs * chore: update api.md * chore: remove unnecessary casting * test: Added disabled test for changing tabs
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export function onItemTap(args) {
|
|
console.log(`Item with index: ${args.index} tapped`);
|
|
}
|