Skip to content

Commit b7c4348

Browse files
committed
Fix import for web
1 parent a74610a commit b7c4348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @flow
22
import React, { Component } from "react";
33
import { View, Platform, findNodeHandle, StyleProp } from "react-native";
4-
import RNViewShot from "./specs/NativeRNViewShot";
4+
import RNViewShot from "./RNViewShot";
55
import type { ViewStyleProp } from "react-native/Libraries/StyleSheet/StyleSheet";
66
import type { LayoutEvent } from "react-native/Libraries/Types/CoreEventTypes";
77

0 commit comments

Comments
 (0)