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