React本机视图拍摄
将React Native视图捕获到图像。
安装
yarn add react-native-view-shot
# In Expo
expo install react-native-view-shot
确保在Xcode中正确链接react-native-view-shot (可能需要手动安装,请参考 )。
在React Native 0.60.x之前,您必须:
react-native link react-native-view-shot
从0.60.x开始,应仅在iOS上可用,您需要确保CocoaPods安装有:
npx pod-install
推荐
1