import React from "react-native"; import GL from "gl-react"; module.exports = GL.createComponent( ({ width, height, shader, progress, from, to, uniforms }) => { const scale = React.PixelRatio.get(); return ; }, { displayName: "Transition" });