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 f319489 commit 2ac51a2Copy full SHA for 2ac51a2
samples/Catalog/Catalog.android.js
@@ -25,6 +25,11 @@ import { StackNavigator } from "react-navigation";
25
26
import PSPDFKitView from "react-native-pspdfkit";
27
28
+// React Native bug that hopefully will be fixed soon:
29
+// https://github.com/facebook/react-native/issues/18868
30
+import { YellowBox } from 'react-native'
31
+YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated'])
32
+
33
var PSPDFKit = NativeModules.PSPDFKit;
34
35
const pspdfkitColor = "#267AD4";
0 commit comments