You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
[# Feature Request
TabBar中的bounces属性,未实现 HarmonyOS化。Android端无效,IOS
端有效。
Why it is needed
在使用TabBar该组件的时候,为了使组件更加炫酷,需要支持bounces属性,使得组件滚动到边界有一个回弹效果
Possible implementation
react-native中FlatList的bounces属性在IOS和Android上的默认滚动行为不同,Android的默认滚动行为不会在边界处出现弹跳效果。
在HarmonyOS NEXT框架里默认滚动行为和安卓相同
故:目前TabBar中的bounces属性无效
Code sample