UNPKG

203 BJavaScriptView Raw
1import { captureRef } from 'react-native-view-shot';
2export default async function takeSnapshotAsync(node, options) {
3 return captureRef(node, options);
4}
5//# sourceMappingURL=takeSnapshotAsync.js.map
\No newline at end of file