Boy van der Laak

Results 22 comments of Boy van der Laak

We did receive the warning, but we submitted our app anyway last Saturday. It did get rejected because of something entirely unrelated. We are resubmitting after Christmas. Will report back...

@TrejoCode Exactly the same as you would with the official repo, except that you would use the `@citychallenge/react-viro` package instead of the `react-viro` package everwhere you use viro in your...

@cristianoccazinsp Keep in mind that if you only copy the Android aar file, it would not work on iOS

Well, there is not much to sketch. It's just very much the same installation steps as the regular `react-viro` npm package. Except that you would simply use `@citychallenge/react-viro` instead of...

@radvani I checked the open source Cardboard library, and I don't get the impression they are trying to abandon the project. We are on a tight release schedule with our...

I think part of the solution is in that thread. All information you need should be available using ARPlane. Have never tried this, but I would use the ARPlaneSelector and...

Sorry for the late reply! Just came back from vacation. I have defined my routes as follows: ``` createPage({ path: "blog/:slug", component: getTemplate("blog/blog"), }) ``` Big difference being that I...

Again, you should not use matchPath at all. Just define routes with named parameters in the `path` attribute in the `createPages` hook, **and do not define matchPath**. That means the...

Ah, that indeed looks like a bug for windows machines. Which is strange because Gatsby core supports this functionality: https://github.com/gatsbyjs/gatsby/issues/13965#issuecomment-617364363 Which version of Gatsby do you use? It could be...

That is because that is still not the intended use case for this PR... I had the same problem using your code, that is why I made this PR. You...