如何在 React Native 中创建具有复杂形状的底部标签栏

How to create a bottom tab bar with complex shapes in react native

我想在我的 react-native 项目中为我的底部导航实现一个特定的视图形状。它是一个长方形,中间有一个圆,圆稍微悬在长方形上,也与长方形相交。这是模型:

我认为 react native reanimated 库能给你很大的帮助。检查这个例子 https://github.com/software-mansion/react-native-reanimated/blob/master/Example/src/AnimatedTabBarExample.js