移相器 使用Phaser-ce在Expo中构建本机2D游戏的工具 :alien_monster: 安装 yarn add expo-phaser 用法 将库导入到您JavaScript文件中: import ExpoPhaser from "expo-phaser" ; 功能 ExpoPhaser.game({ context: WebGLRenderingContext, ...extras }) 给定的context ,返回绘制到其中的 。 道具 属性 类型 描述 默认值 语境 WebGLRenderingContext 必需: Phaser.Game将渲染到的上下文 null 宽