您可以使用设计工具(如 Adobe Illustrator、Inkscape 等)以 SVG 格式绘制这些形状,然后您可以使用 react-native-svg 库将您的 SVG 导入到您的react-native 项目中。您可以直接显示 SVG,也可以使用 SVGR Playground 将 SVG 文件转换为react-native-svg 组件。如果您想控制 SVG(以便能够更改颜色和大小等),我建议您将 SVG 转换为组件。
如果您想以编程方式绘制形状,请查看 React Native Skia https://shopify.github.io/react-native-skia/docs/getting-started/installation/