const React = require("react-native"); const GL = require("gl-react-native"); class Transition extends GL.Component { render () { const { width, height, shader, progress, from, to, uniforms } = this.props; const scale = React.PixelRatio.get(); return ; } } module.exports = Transition;