ns-touch-animations
Installation
SKILL.md
Touch animations via TouchManager
@nativescript/core ships a global press-feedback system. Enable it once at bootstrap (before the app starts — e.g. app.ts / main.ts):
import { CoreTypes, TouchManager } from '@nativescript/core';