We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74610a commit b7c4348Copy full SHA for b7c4348
src/index.js
@@ -1,7 +1,7 @@
1
// @flow
2
import React, { Component } from "react";
3
import { View, Platform, findNodeHandle, StyleProp } from "react-native";
4
-import RNViewShot from "./specs/NativeRNViewShot";
+import RNViewShot from "./RNViewShot";
5
import type { ViewStyleProp } from "react-native/Libraries/StyleSheet/StyleSheet";
6
import type { LayoutEvent } from "react-native/Libraries/Types/CoreEventTypes";
7
0 commit comments