experimental
// Property: experimental
// Description: Only used for a BottomNavigation setup. If set to true it will use an optimized BottomNavigation setup with fixes for Material 3 layouts and new properties: indicatorColor and iconFamily. The new BottomNavigation will only load the active Activity and doesn't support swipeable.
// Component(s): Ti.UI.TabGroup
'.experimental': { experimental: true }
'.experimental-false': { experimental: false }