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