Evan Bacon

Results 214 comments of Evan Bacon

@jgcmarins I don't have any way of testing it 😱😱 exgl doesn't run on a simulator...

?? I have an empty branch called 'scroll' with no commits to it. Everything else is on master...

I figure the easiest solution would be to just use a plane mesh for the background, as opposed to a ``. I can add, if needed?

Odd, just pulled and pushed a clean update.

Yeah basically, I saw last night that Expo did something [really similar](https://github.com/expo/floatyplane/blob/master/Game/index.js) `this.background = Meshes.createBackground(this.width, this.height); this.scene.add(this.startScreen); this.scene.add(this.planeMesh); this.scene.add(this.background);`

Seems like potentially a basic logic bug, open to PRs, this basically just copies the logic from component based tools like StatusBar and changes them to use system UI.

I don't understand, do I use styled-components in this project?

Brent just pointed out that this example is meant for usage outside of react-native, I don't think it's the right fit for what I'm doing.

It seems like you're attempting to use baseUrl as an asset prefix for hosting on a CDN, this is not how it's intended to be used. We'll need to introduce...

This is included by default in Expo CLI since it was part of Expo Go when we migrated build systems. https://github.com/expo/expo/blob/8ceea398fb1a13ef70ea736f69fc9f61b15db3ff/packages/%40expo/config-plugins/src/ios/Maps.ts#L16 Just set values such as `ios.config.googleMapsApiKey` and it will...