INNER CODE UNIT · JavaScript
function
bberak/react-native-game-engine-handbook · app/opengl/index.js:8
export default function (mount) {
return {
heading: "OpenGL",
items: [
{
heading: "Motion Blur",
onPress: _ => mount(<MotionBlurExample />)
},
{
heading: "Stanford Bunny",
onPress: _ => mount(<StanfordBunnyExmaple />)
},
{
heading: "Lighting",
onPress: _ => mount(<LightingExample />)
},
{
heading: "Game of Life",