mirror of
https://github.com/gre/gl-react.git
synced 2026-02-01 17:27:08 +00:00
11 lines
296 B
JavaScript
11 lines
296 B
JavaScript
import EXGLView from "gl-react-native/lib/EXGLView";
|
|
import Image from "gl-react-native/lib/Image";
|
|
import { Surface } from "gl-react-native";
|
|
import { setRuntime } from "cookbook-rn-shared/lib/gl-react-implementation";
|
|
setRuntime({
|
|
name: "gl-react-native",
|
|
EXGLView,
|
|
Surface,
|
|
Image,
|
|
});
|