Commit 3de998ff authored by Andrew Shini's avatar Andrew Shini

Update GLCanvas.captureFrame.android.js

parent a589bb1c
import invariant from "invariant";
import {NativeModules} from "react-native";
const {UIManager} = NativeModules;
const GLCanvas = UIManager.getViewManagerConfig('GLCanvas')
const GLCanvas = UIManager.getViewManagerConfig('GLCanvas');
invariant(GLCanvas,
`gl-react-native: the native module is not available.
Make sure you have properly configured it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment