@react-native-masked-view/masked-view
一个提供遮罩视图的库。
For the complete documentation index, see llms.txt. Use this file to discover all available pages.
重要
@expo/ui提供了一个可直接替换的实现,用于替代@react-native-masked-view/masked-view,在 Android 上由 Jetpack Compose 提供支持,在 iOS 上由 SwiftUI 提供支持。
@react-native-masked-view/masked-view 提供了一个蒙版视图,只显示与其 mask 元素中渲染的视图重叠的像素。
警告 你的项目中在任何时刻只能安装
@react-native-community/masked-view(已弃用)或@react-native-masked-view/masked-view其中之一。React Navigation v6 及更高版本需要@react-native-masked-view/masked-view,因此如果你使用的是最新版本的 React Navigation,应改用该包。
重要 该库对 Android 的支持为实验性,你可能会遇到跨平台行为不一致的情况。请将你遇到的问题报告到
react-native-masked-viewGitHub 仓库。
安装
- npx expo install @react-native-masked-view/masked-viewIf you are installing this in an existing React Native app, make sure to install expo in your project. Then, follow the installation instructions provided in the library's README or documentation.
了解更多
获取有关 API 及其用法的完整信息。