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