Skip to content
#

javascript-game

Here are 1,604 public repositories matching this topic...

chalarlie
chalarlie commented Oct 16, 2019

Hi all,

Using the latest version of expo-three and expo-gl results in a blank screen when a component using ExpoTHREE is imported on a Bare app with Expo 35.

I've created a demo repo here: https://github.com/chalarlie/glview-demo

Removing the ExpoTHREE import in GLViewTest.js results in seeing content. Leaving it in results in a blank screen.

Here are my dependencies:

    "expo":
Design-Patterns-JavaScript
kshirish
kshirish commented Apr 29, 2019

The example of factory pattern is misleading. Although the definition says,

Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.

But the example doesn't use any subclasses at all. Whereas, [Addy Osmani's example](https://addyosmani.c

grandsbor
grandsbor commented Oct 9, 2019

Some text editors (e.g. vim) save temporary files in the same directory as the file being edited. So, if you edit an airline xxx.json, the assembler may found .xxx.json.swp in the assets/airlines dir, include it in the package and fail:

[13:37:30] SyntaxError: Unexpected token b in JSON at position 0
    at Object.parse (native)
    at fs.readdirSync.forEach (/home/grand/openscope/to

Improve this page

Add a description, image, and links to the javascript-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-game topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.